thinkpad-acpi: clean up ACPI handles handling
commitb533490e5e5876e794fcf6bbcfbf6f5cb0437fd1
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 3 Sep 2011 18:49:28 +0000 (3 15:49 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 13 Nov 2011 17:11:54 +0000 (13 15:11 -0200)
treea7f5dbcefb52ea60ac2d6fb0690af992d5306ecc
parentbe0d5203ff2eede7d3d91e33a2bfd2947796a978
thinkpad-acpi: clean up ACPI handles handling

1. Remove <handle>_path, as its only user was already removed in
   a previous commit

2. Move all handle initialization, as well as <handle>_parent and
   <handle>_paths to __init.* sections.  This reduces the driver's
   runtime footprint nicely.

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