Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
init.c File Reference
#include <linux/device.h>
#include <linux/init.h>
#include <linux/memory.h>
#include "base.h"

Go to the source code of this file.

Functions

void __init driver_init (void)
 

Function Documentation

void __init driver_init ( void  )

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.