net/smc: remove unneeded include for smc.h
authorUrsula Braun <ubraun@linux.ibm.com>
Tue, 29 Oct 2019 11:43:46 +0000 (12:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Oct 2019 01:11:15 +0000 (18:11 -0700)
The only smc-related reference in net/sock.h is struct smc_hashinfo.
But just its address is refered to. Thus there is no need for the
include of net/smc.h. Remove it.

Suggested-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h

index 380312c..09c26a5 100644 (file)
@@ -66,7 +66,6 @@
 #include <net/checksum.h>
 #include <net/tcp_states.h>
 #include <linux/net_tstamp.h>
-#include <net/smc.h>
 #include <net/l3mdev.h>
 
 /*