projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b61210
)
openflow: Remove vestigial support for including from kernel.
author
Ben Pfaff
<blp@nicira.com>
Tue, 16 Nov 2010 19:06:25 +0000
(11:06 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 2 Dec 2010 22:57:04 +0000
(14:57 -0800)
This header hasn't been included into the kernel code in ages.
include/openflow/openflow.h
patch
|
blob
|
history
diff --git
a/include/openflow/openflow.h
b/include/openflow/openflow.h
index 3db5d356ecacf6067db6774b62bab3320cbe4f41..5f1dd609f2002d8c4a1a8b97c200f24c776df009 100644
(file)
--- a/
include/openflow/openflow.h
+++ b/
include/openflow/openflow.h
@@
-19,11
+19,7
@@
#ifndef OPENFLOW_OPENFLOW_H
#define OPENFLOW_OPENFLOW_H 1
-#ifdef __KERNEL__
-#include <linux/types.h>
-#else
#include <stdint.h>
-#endif
#ifdef SWIG
#define OFP_ASSERT(EXPR) /* SWIG can't handle OFP_ASSERT. */