ACPI: remove __init/__exit from Asus .add()/.remove() methods
commit200739c179c63d21804e9e8e2ced265243831579
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Tue, 28 Mar 2006 22:04:00 +0000 (28 17:04 -0500)
committerLen Brown <len.brown@intel.com>
Sun, 2 Apr 2006 03:20:49 +0000 (1 22:20 -0500)
treebbe38c43d29dea3eeae632de5e2f82d3c75eb484
parent1a36561607abf1405b56a41aac2fd163429cd1f8
ACPI: remove __init/__exit from Asus .add()/.remove() methods

Even though the devices claimed by asus_acpi.c can not be hot-plugged, the
driver registration infrastructure allows the .add() and .remove() methods to
be called at any time while the driver is registered.  So remove __init and
__exit from them.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/asus_acpi.c