Thanks a lot for the review, ;D
> > +#endif /* _LINUX_RECIPROCAL_DIV_WRAPPER_H */ > > diff --git a/datapath/linux/compat/reciprocal_div.c > b/datapath/linux/compat/reciprocal_div.c > > index 7ec7528..8027214 100644 > > --- a/datapath/linux/compat/reciprocal_div.c > > +++ b/datapath/linux/compat/reciprocal_div.c > > @@ -1,13 +1,26 @@ > > +#include <linux/kernel.h> > > #include <asm/div64.h> > > #include <linux/reciprocal_div.h> > > +#include <linux/export.h> > > > Do we still need to include kernel.h and export.h? I think linux/kernel.h is needed for the min(), max(). I'll remove the "#include <linux/export.h>" and apply,~!
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev