diff options
author | David Miller <davem@davemloft.net> | 2007-02-13 18:11:27 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-03-09 10:50:21 -0800 |
commit | 9a78d2ae0ea43dd90e9fc60047225b9ff1601e14 (patch) | |
tree | 38b8df26d7bbd58d6cf34c65fbbc5fcba4259acc /include | |
parent | 07c9ab037422089d2b8baf5c14734fe2105b6629 (diff) |
Fix atmarp.h for userspace
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/atmarp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/atmarp.h b/include/linux/atmarp.h index ee108f9e9cb7..231f4bdec730 100644 --- 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> |