]> git.karo-electronics.de Git - karo-tx-linux.git/commit
acpi: sysfs.c needs module.h and not just moduleparam.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 Jul 2011 16:02:02 +0000 (12:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:26 +0000 (15:10 -0400)
commit81006c5b18e98697abbf17161cee3dd6d6c0cec9
treeb5d6c7fa3be6a6e183b2103ee50fec60b421b5fd
parentc90d429ab473d5ce66a1b7a7d075eb1b3ea350c8
acpi: sysfs.c needs module.h and not just moduleparam.h

If it doesn't get it then this line:

MODULE_PARM_DESC(aml_debug_output,
                 "To enable/disable the ACPI Debug Object output.");
will trigger:

drivers/acpi/sysfs.c:229: error: expected ‘)’ before string constant
make[3]: *** [drivers/acpi/sysfs.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/acpi/sysfs.c