diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-02-05 00:36:51 -0800 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-02-05 00:36:51 -0800 |
| commit | e03a933dd0449e5fa7059995658c21532fd6c4ea (patch) | |
| tree | f76350a1b23fe0b74a1b953ba18ebc4472b266dc /include/linux | |
| parent | 0fbfdf4b36c5f7df6f21eee6d25678b413994d7a (diff) | |
[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().
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/device.h | 3 |
1 files changed, 0 insertions, 3 deletions
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? |
