summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/debug.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-04-05 07:45:50 +0200
committerLen Brown <len.brown@intel.com>2009-04-05 07:45:50 +0200
commitedd84690d15e4cb144cc60b754d4eaf8fac0a711 (patch)
tree4fc645c52ad9eebcdf59a6ab32d534df121dd280 /drivers/acpi/debug.c
parentMerge branch 'sony-laptop' into release (diff)
parentACPI: simplify processor lines in Makefile (diff)
downloadlinux-edd84690d15e4cb144cc60b754d4eaf8fac0a711.tar.xz
linux-edd84690d15e4cb144cc60b754d4eaf8fac0a711.zip
Merge branch 'acpi-modparam' into release
Conflicts: drivers/acpi/Makefile Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/debug.c')
-rw-r--r--drivers/acpi/debug.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/debug.c b/drivers/acpi/debug.c
index 9cb189f3c77c..a8287be0870e 100644
--- a/drivers/acpi/debug.c
+++ b/drivers/acpi/debug.c
@@ -13,11 +13,6 @@
#define _COMPONENT ACPI_SYSTEM_COMPONENT
ACPI_MODULE_NAME("debug");
-#ifdef MODULE_PARAM_PREFIX
-#undef MODULE_PARAM_PREFIX
-#endif
-#define MODULE_PARAM_PREFIX "acpi."
-
struct acpi_dlayer {
const char *name;
unsigned long value;