netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfp: Remove kernel.h when not needed
@ 2022-06-04  5:33 Christophe JAILLET
  2022-06-04  9:17 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe JAILLET @ 2022-06-04  5:33 UTC (permalink / raw)
  To: Simon Horman, Jakub Kicinski, David S. Miller, Eric Dumazet,
	Paolo Abeni
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, oss-drivers,
	netdev

When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Remove kernel.h when it is not needed.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h b/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h
index afab6f0fc564..6ad43c7cefe6 100644
--- a/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h
+++ b/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h
@@ -4,7 +4,6 @@
 #ifndef NFP_CRC32_H
 #define NFP_CRC32_H
 
-#include <linux/kernel.h>
 #include <linux/crc32.h>
 
 /**
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-06  7:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-04  5:33 [PATCH] nfp: Remove kernel.h when not needed Christophe JAILLET
2022-06-04  9:17 ` Simon Horman
2022-06-04 12:58   ` Christophe JAILLET
2022-06-06  7:07     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).