1
0
Fork 0

[NET]: include/linux/atalk.h - remove duplicate include

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Joe Perches 2008-03-23 22:04:31 -07:00 committed by David S. Miller
parent 7d164be8aa
commit 414f69d8a6
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk)
return (struct atalk_sock *)sk;
}
#include <asm/byteorder.h>
struct ddpehdr {
__be16 deh_len_hops; /* lower 10 bits are length, next 4 - hops */
__be16 deh_sum;