BUILD_BUG_ON_NOT_POWER_OF_2 could been defined in kernel.h or bug.h depending on kernel version.
Signed-off-by: Pravin B Shelar <pshe...@nicira.com> --- datapath/linux/compat/include/linux/kernel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath/linux/compat/include/linux/kernel.h b/datapath/linux/compat/include/linux/kernel.h index bd6e9a4..cd7d0f7 100644 --- a/datapath/linux/compat/include/linux/kernel.h +++ b/datapath/linux/compat/include/linux/kernel.h @@ -7,6 +7,7 @@ #endif #include <linux/version.h> +#include <linux/bug.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28) #undef pr_emerg #define pr_emerg(fmt, ...) \ -- 1.7.10 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev