From: Adrian Bunk Date: Tue, 19 Dec 2006 21:01:28 +0000 (-0800) Subject: Driver core: proper prototype for drivers/base/init.c:driver_init() X-Git-Tag: v2.6.20-rc2~81^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f21782e63da81f56401a813a52091ef2703838f;p=pandora-kernel.git 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 Acked-by: Henrique de Moraes Holschuh Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed