]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Fix atmarp.h for userspace
authorDavid Miller <davem@davemloft.net>
Wed, 14 Feb 2007 02:11:27 +0000 (18:11 -0800)
committerGreg 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

index ee108f9e9cb7a37092c46fe963c9945718ecc40d..231f4bdec730e2df575f8a99f9f1906d3ac012fd 100644 (file)
@@ -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>