From e03a933dd0449e5fa7059995658c21532fd6c4ea Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Tue, 5 Feb 2002 00:36:51 -0800 Subject: [PATCH] driver model updates (1/5) Patch 1: Make device_driver_init() an initcall. It declares it as subsys_initcall and removes the explicit call from init/main.c::do_basic_setup(). --- include/linux/device.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux/device.h') diff --git a/include/linux/device.h b/include/linux/device.h index 284b52f5a380..c95ad6738394 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -163,9 +163,6 @@ extern int (*platform_notify)(struct device * dev); extern int (*platform_notify_remove)(struct device * dev); -extern int device_driver_init(void); - - /* device and bus locking helpers. * * FIXME: Is there anything else we need to do? -- cgit v1.2.3