#include <linux/device.h>
#include <linux/init.h>
#include <linux/memory.h>
#include "base.h"
Go to the source code of this file.
driver_init - initialize driver model.
Call the driver model init functions to initialize their subsystems. Called early from init/main.c.
Definition at line 20 of file init.c.