commit | 1f21782e63da81f56401a813a52091ef2703838f | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Dec 19 13:01:28 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 20 10:56:45 2006 -0800 |
tree | 8a01f16d84fe3ec10182d4f8b987f1c7beecd414 | |
parent | 542cfce6f36e8c43f71ae9c235b78497f350ae55 [diff] |
Driver core: proper prototype for drivers/base/init.c:driver_init() Add a prototype for driver_init() in include/linux/device.h. Also remove a static function of the same name in drivers/acpi/ibm_acpi.c to ibm_acpi_driver_init() to fix the namespace collision. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>