X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2Finit.c;h=37138154f9e824b353f322022ba8c41017ae3c3e;hb=bced13738405b62c8203df9c103d4ba63d747872;hp=84e604e25c4f4dc717ed377e2edefe0998e12cb8;hpb=9dfb7808fb05643b0d06df7411b94d9546696bf1;p=linux-2.6-omap-h63xx.git diff --git a/drivers/base/init.c b/drivers/base/init.c index 84e604e25c4..37138154f9e 100644 --- a/drivers/base/init.c +++ b/drivers/base/init.c @@ -9,6 +9,7 @@ #include #include +#include #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(); }