From: Ilpo Järvinen Date: Wed, 11 Jul 2007 06:02:12 +0000 (-0700) Subject: [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [DECNET]: Another unnecessary net/tcp.h inclusion in net/dn.h No longer needed. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- diff --git a/include/net/dn.h b/include/net/dn.h index ac4ce909174..627778384c8 100644 --- a/include/net/dn.h +++ b/include/net/dn.h @@ -3,7 +3,6 @@ #include #include -#include #include #define dn_ntohs(x) le16_to_cpu(x)