[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 1 #ifndef __LINUX_ATALK_H__ 2 2 #define __LINUX_ATALK_H__ 3 3 4 + #include <asm/byteorder.h> 5 + 4 6 /* 5 7 * AppleTalk networking structures 6 8 *