projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9783e1d
)
[ATM]: atmarp.h needs to always include linux/types.h
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 9 Feb 2007 00:01:09 +0000
(16:01 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 9 Feb 2007 00:01:09 +0000
(16:01 -0800)
To provide the __be* types, even for userspace includes.
Reported by Andrew Walrond.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/atmarp.h
patch
|
blob
|
history
diff --git
a/include/linux/atmarp.h
b/include/linux/atmarp.h
index ee108f9e9cb7a37092c46fe963c9945718ecc40d..231f4bdec730e2df575f8a99f9f1906d3ac012fd 100644
(file)
--- a/
include/linux/atmarp.h
+++ b/
include/linux/atmarp.h
@@
-6,9
+6,7
@@
#ifndef _LINUX_ATMARP_H
#define _LINUX_ATMARP_H
-#ifdef __KERNEL__
#include <linux/types.h>
-#endif
#include <linux/atmapi.h>
#include <linux/atmioc.h>