3 * Copyright (c) 2002-3 Patrick Mochel
4 * Copyright (c) 2002-3 Open Source Development Labs
6 * This file is released under the GPLv2
10 #include <linux/device.h>
11 #include <linux/init.h>
12 #include <linux/memory.h>
17 * driver_init - initialize driver model.
19 * Call the driver model init functions to initialize their
20 * subsystems. Called early from init/main.c.
23 void __init
driver_init(void)
25 /* These are the core pieces */
32 /* These are also core pieces, but must come after the
39 attribute_container_init();