diff options
| author | Roland Dreier <rolandd@cisco.com> | 2005-10-28 18:50:51 -0400 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2005-10-28 18:50:51 -0400 |
| commit | a4da0628efd788eb199dd9df225e296035ec2539 (patch) | |
| tree | 1e611030c993e1480dc2f07f26976d2d33002b0d /drivers/base/init.c | |
| parent | 70a30e16a8a9d22396a4d1e96af86e43594df584 (diff) | |
| parent | 20731945ae743034353a88c307920d1f16cf8ac8 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/base/init.c')
| -rw-r--r-- | drivers/base/init.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/base/init.c b/drivers/base/init.c index a76ae5a221f3..84e604e25c4f 100644 --- a/drivers/base/init.c +++ b/drivers/base/init.c | |||
| @@ -10,14 +10,8 @@ | |||
| 10 | #include <linux/device.h> | 10 | #include <linux/device.h> |
| 11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
| 12 | 12 | ||
| 13 | extern int devices_init(void); | 13 | #include "base.h" |
| 14 | extern int buses_init(void); | 14 | |
| 15 | extern int classes_init(void); | ||
| 16 | extern int firmware_init(void); | ||
| 17 | extern int platform_bus_init(void); | ||
| 18 | extern int system_bus_init(void); | ||
| 19 | extern int cpu_dev_init(void); | ||
| 20 | extern int attribute_container_init(void); | ||
| 21 | /** | 15 | /** |
| 22 | * driver_init - initialize driver model. | 16 | * driver_init - initialize driver model. |
| 23 | * | 17 | * |
