Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

io.h: drop unused headers

Drop unused headers and type declaration from io.h.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Raag Jadav and committed by
Arnd Bergmann
9e81c965 7ae2a3c2

-3
-3
include/linux/io.h
··· 9 9 #include <linux/sizes.h> 10 10 #include <linux/types.h> 11 11 #include <linux/init.h> 12 - #include <linux/bug.h> 13 - #include <linux/err.h> 14 12 #include <asm/io.h> 15 13 #include <asm/page.h> 16 14 17 15 struct device; 18 - struct resource; 19 16 20 17 #ifndef __iowrite32_copy 21 18 void __iowrite32_copy(void __iomem *to, const void *from, size_t count);