]> 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, 25 Aug 2011 17:54:36 +0000 (13:54 -0400)
commit71d30ad809a66a83a3a929625ffbccfe53d95881
treebdd2b6bf97bc199c5ba9fdea8a71b6130a9e8941
parent840b492e70c458cde640e270370b1e057a344519
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