From: Xin Long Date: Tue, 15 Nov 2022 15:39:53 +0000 (-0500) Subject: sctp: change to include linux/sctp.h in net/sctp/checksum.h X-Git-Tag: v6.6.17~5932^2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b78c4162823dddc621649edae704b14c5973298c;p=platform%2Fkernel%2Flinux-rpi.git sctp: change to include linux/sctp.h in net/sctp/checksum.h Currently "net/sctp/checksum.h" including "net/sctp/sctp.h" is included in quite some places in netfilter and openswitch and net/sched. It's not necessary to include "net/sctp/sctp.h" if a module does not have dependence on SCTP, "linux/sctp.h" is the right one to include. Signed-off-by: Xin Long Reviewed-by: Saeed Mahameed Link: https://lore.kernel.org/r/ca7ea96d62a26732f0491153c3979dc1c0d8d34a.1668526793.git.lucien.xin@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/include/net/sctp/checksum.h b/include/net/sctp/checksum.h index 5a9bb09..f514a0a 100644 --- a/include/net/sctp/checksum.h +++ b/include/net/sctp/checksum.h @@ -24,7 +24,7 @@ #define __sctp_checksum_h__ #include -#include +#include #include #include