aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.com>2008-10-18 14:23:54 -0300
committerLen Brown <len.brown@intel.com>2008-10-22 18:13:50 -0400
commit396293237cbc964fcedd4208cbc0d0f4880a98bb (patch)
treea7db02497e8e95f0193316c9cb28bd271a62e58b
parentACPI: thinkpad-acpi: trivial fix of error message (diff)
downloadlinux-dev-396293237cbc964fcedd4208cbc0d0f4880a98bb.tar.xz
linux-dev-396293237cbc964fcedd4208cbc0d0f4880a98bb.zip
ACPI: thinkpad-acpi: Remove duplicate line
Signed-off-by: Pascal Terjan <pterjan@mandriva.com> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/misc/thinkpad_acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c
index 6c9b6c892288..4c47f9b80478 100644
--- a/drivers/misc/thinkpad_acpi.c
+++ b/drivers/misc/thinkpad_acpi.c
@@ -159,7 +159,6 @@ enum {
#define TPACPI_DEBUG KERN_DEBUG TPACPI_LOG
#define TPACPI_DBG_ALL 0xffff
-#define TPACPI_DBG_ALL 0xffff
#define TPACPI_DBG_INIT 0x0001
#define TPACPI_DBG_EXIT 0x0002
#define dbg_printk(a_dbg_level, format, arg...) \