[ATALK]: Include asm/byteorder.h in linux/atalk.h

We're using __be16 in userland visible types, so we
have to include asm/byteorder.h so that works.

Signed-off-by: David S. Miller <davem@davemloft.net>

+2
+2
include/linux/atalk.h
··· 1 #ifndef __LINUX_ATALK_H__ 2 #define __LINUX_ATALK_H__ 3 4 /* 5 * AppleTalk networking structures 6 *
··· 1 #ifndef __LINUX_ATALK_H__ 2 #define __LINUX_ATALK_H__ 3 4 + #include <asm/byteorder.h> 5 + 6 /* 7 * AppleTalk networking structures 8 *