PM: Remove prev_state from struct dev_pm_info
[pandora-kernel.git] / drivers / base / init.c
index 84e604e..3713815 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <linux/device.h>
 #include <linux/init.h>
+#include <linux/memory.h>
 
 #include "base.h"
 
@@ -26,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.
@@ -33,5 +35,6 @@ void __init driver_init(void)
        platform_bus_init();
        system_bus_init();
        cpu_dev_init();
+       memory_dev_init();
        attribute_container_init();
 }