2 * Copyright (c) 2002-3 Patrick Mochel
3 * Copyright (c) 2002-3 Open Source Development Labs
5 * This file is released under the GPLv2
8 #include <linux/device.h>
9 #include <linux/init.h>
10 #include <linux/memory.h>
16 * driver_init - initialize driver model.
18 * Call the driver model init functions to initialize their
19 * subsystems. Called early from init/main.c.
21 void __init
driver_init(void)
23 /* These are the core pieces */
31 /* These are also core pieces, but must come after the