• Patrick Mochel's avatar
    driver model: Make initialization explicit. · fa0aa7cc
    Patrick Mochel authored
    - Call driver_init() from init/main.c::do_basic_setup(). 
    
    This ensures that all the driver model subsystems are initialized before
    any drivers or devices can be registered. 
    
    It nearly frees up the core and postcore initcall levels, making them 
    available for other kernel code to use freely. 
    fa0aa7cc
bus.c 13.5 KB