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

acpi: delete module.h include from files explicitly not needing it

Files which aren't actually using infrastructure from module.h
shouldn't include it, as it is a big header with lots of child
includes spawned off.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

-1
-1
drivers/acpi/blacklist.c
··· 28 28 */ 29 29 30 30 #include <linux/kernel.h> 31 - #include <linux/module.h> 32 31 #include <linux/init.h> 33 32 #include <linux/acpi.h> 34 33 #include <acpi/acpi_bus.h>