Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h

No longer needed.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ilpo Järvinen and committed by
David S. Miller
ed8b548c 4c752098

-1
-1
include/net/dn.h
··· 3 3 4 4 #include <linux/dn.h> 5 5 #include <net/sock.h> 6 - #include <net/tcp.h> 7 6 #include <asm/byteorder.h> 8 7 9 8 #define dn_ntohs(x) le16_to_cpu(x)