1. NAME

driver_init - initialize driver model.

2. SYNOPSIS

void driver_init( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

Call the driver model init functions to initialize their subsystems. Called early from init/main.c.

5. COPYRIGHT