Commit 42c05f6e6e3d57495054a4cae35850b3f7d1c343

Authored by David S. Miller
1 parent 9783e1df7a

[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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/linux/atmarp.h
... ... @@ -6,9 +6,7 @@
6 6 #ifndef _LINUX_ATMARP_H
7 7 #define _LINUX_ATMARP_H
8 8  
9   -#ifdef __KERNEL__
10 9 #include <linux/types.h>
11   -#endif
12 10 #include <linux/atmapi.h>
13 11 #include <linux/atmioc.h>
14 12