Commit 42c05f6e authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 9783e1df
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -6,9 +6,7 @@
#ifndef _LINUX_ATMARP_H
#ifndef _LINUX_ATMARP_H
#define _LINUX_ATMARP_H
#define _LINUX_ATMARP_H


#ifdef __KERNEL__
#include <linux/types.h>
#include <linux/types.h>
#endif
#include <linux/atmapi.h>
#include <linux/atmapi.h>
#include <linux/atmioc.h>
#include <linux/atmioc.h>