projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c9ab0
)
Fix atmarp.h for userspace
author
David Miller
<davem@davemloft.net>
Wed, 14 Feb 2007 02:11:27 +0000
(18:11 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 9 Mar 2007 18:50:21 +0000
(10:50 -0800)
[ATM]: atmarp.h needs to always include linux/types.h
To provide the __be* types, even for userspace includes.
Reported by Andrew Walrond.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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>