summaryrefslogtreecommitdiff
path: root/datapath/linux/Modules.mk
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2013-03-06 00:10:01 -0800
committerJesse Gross <jesse@nicira.com>2013-03-06 00:11:40 -0800
commitfe00a371e1ad32c141de563f3d0e6a651ce71c58 (patch)
tree95c9f4f2a0e67918156531c044b8702e7af4f03d /datapath/linux/Modules.mk
parenta3a0a7a0837f60eb08b93d72e88f2d9e34cf4efd (diff)
downloadopenvswitch-fe00a371e1ad32c141de563f3d0e6a651ce71c58.tar.gz
datapath: Fix circular dependency between bug.h and kernel.h.
In Linux 3.4 the definition for BUILD_BUG_ON_NOT_POWER_OF_2 was moved from kernel.h to bug.h. On various kernels these header files include each other in various orders (often through a long chain of other header files), which can create circular dependency issues. Since we not longer need this definition, this simply removes the backport. Reported-by: Palo Andi <andi@dis.uniroma1.it> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath/linux/Modules.mk')
-rw-r--r--datapath/linux/Modules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath/linux/Modules.mk b/datapath/linux/Modules.mk
index 4fabc450c..60351ce9a 100644
--- a/datapath/linux/Modules.mk
+++ b/datapath/linux/Modules.mk
@@ -14,7 +14,6 @@ openvswitch_sources += \
linux/compat/workqueue.c
openvswitch_headers += \
linux/compat/include/asm/percpu.h \
- linux/compat/include/linux/bug.h \
linux/compat/include/linux/compiler.h \
linux/compat/include/linux/compiler-gcc.h \
linux/compat/include/linux/cpumask.h \