diff options
Diffstat (limited to 'drivers/base/init.c')
| -rw-r--r-- | drivers/base/init.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/init.c b/drivers/base/init.c index c648914b9cd..37138154f9e 100644 --- a/drivers/base/init.c +++ b/drivers/base/init.c @@ -27,6 +27,7 @@ void __init driver_init(void)  	buses_init();  	classes_init();  	firmware_init(); +	hypervisor_init();  	/* These are also core pieces, but must come after the  	 * core core pieces.  |