thinkpad-acpi: clean up ACPI handles handling
commitd7e3e0717229224508f38fb01502371556b1e27e
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 16 May 2010 21:06:45 +0000 (16 18:06 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 16 May 2010 21:14:03 +0000 (16 18:14 -0300)
treee5125af390f32dace3a53754ce930718eef62f80
parent7d4c520de8129b8fc59ecac30373f0a30ae1317e
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