public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] io.h: drop unused headers
@ 2025-02-20 17:33 Raag Jadav
  2025-02-21  2:52 ` kernel test robot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Raag Jadav @ 2025-02-20 17:33 UTC (permalink / raw)
  To: arnd, andriy.shevchenko; +Cc: linux-kernel, Raag Jadav

Drop unused headers and type declaration from io.h.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
---
PS: I'm not very confident about this but thought I'd give it a try.

 include/linux/io.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/io.h b/include/linux/io.h
index 40cb2de73f5e..6a6bc4d46d0a 100644
--- a/include/linux/io.h
+++ b/include/linux/io.h
@@ -9,13 +9,10 @@
 #include <linux/sizes.h>
 #include <linux/types.h>
 #include <linux/init.h>
-#include <linux/bug.h>
-#include <linux/err.h>
 #include <asm/io.h>
 #include <asm/page.h>
 
 struct device;
-struct resource;
 
 #ifndef __iowrite32_copy
 void __iowrite32_copy(void __iomem *to, const void *from, size_t count);

base-commit: b16e9f8547a328b19af59afc213ce323124d11e9
-- 
2.34.1


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

end of thread, other threads:[~2025-02-21 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 17:33 [PATCH v1] io.h: drop unused headers Raag Jadav
2025-02-21  2:52 ` kernel test robot
2025-02-21 16:07   ` Andy Shevchenko
2025-02-21  3:22 ` kernel test robot
2025-02-21 16:10   ` Andy Shevchenko
2025-02-21 16:06 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox