Explorar o código

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>
Paul Gortmaker %!s(int64=13) %!d(string=hai) anos
pai
achega
c0d12cc63a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/acpi/blacklist.c

+ 0 - 1
drivers/acpi/blacklist.c

@@ -28,7 +28,6 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/acpi.h>
 #include <acpi/acpi_bus.h>