[ATM]: atmarp.h needs to always include linux/types.h
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 9 Feb 2007 00:01:09 +0000 (16:01 -0800)
committerDavid 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

index ee108f9..231f4bd 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>