]> 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>
Wed, 27 Jul 2011 23:09:09 +0000 (19:09 -0400)
commitee2f33bd158fc2d89adced2ae3a40303dd526a2e
tree6eb587e296094aa973ef078573c3f59bd41d09e1
parentda79f568dc2e06ec06a7a44dec12e9db2ef9f235
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