Commit ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19

Authored by Ilpo Järvinen
Committed by David S. Miller
1 parent 4c752098f5

[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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -3,7 +3,6 @@
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)