diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-02-08 19:01:09 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-08 19:01:09 -0500 |
commit | 42c05f6e6e3d57495054a4cae35850b3f7d1c343 (patch) | |
tree | 9b7992bac47cbeaf446efc00993fb2a36008bcb1 /include/linux/atmarp.h | |
parent | 9783e1df7a6bd1e4dc5e2cafcdc29b65a47473d6 (diff) |
[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>
Diffstat (limited to 'include/linux/atmarp.h')
-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 @@ | |||
6 | #ifndef _LINUX_ATMARP_H | 6 | #ifndef _LINUX_ATMARP_H |
7 | #define _LINUX_ATMARP_H | 7 | #define _LINUX_ATMARP_H |
8 | 8 | ||
9 | #ifdef __KERNEL__ | ||
10 | #include <linux/types.h> | 9 | #include <linux/types.h> |
11 | #endif | ||
12 | #include <linux/atmapi.h> | 10 | #include <linux/atmapi.h> |
13 | #include <linux/atmioc.h> | 11 | #include <linux/atmioc.h> |
14 | 12 | ||