thinkpad-acpi: cleanup debug helpers
commit06ddcf3343e1829ddf09cc5bed4a2e5d881960fd
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 18 Apr 2009 00:12:23 +0000 (17 21:12 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 18 Apr 2009 00:12:23 +0000 (17 21:12 -0300)
tree9ee1287cfa6538e970c4a6cd3c30a4e095319828
parent7054d254f5b5cec51d47ef835d91c84cb3ac0754
thinkpad-acpi: cleanup debug helpers

Fix the vdbg_printk macro definition to be sane when
CONFIG_THINKPAD_ACPI_DEBUG is undefined, and move the mess into a file
section of its own.

This doesn't change anything in the current code, but future code will
need the proper behaviour.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
drivers/platform/x86/thinkpad_acpi.c