vserver 1.9.5.x5
[linux-2.6.git] / drivers / base / init.c
index 7b86c40..a76ae5a 100644 (file)
@@ -17,7 +17,7 @@ extern int firmware_init(void);
 extern int platform_bus_init(void);
 extern int system_bus_init(void);
 extern int cpu_dev_init(void);
-
+extern int attribute_container_init(void);
 /**
  *     driver_init - initialize driver model.
  *
@@ -39,4 +39,5 @@ void __init driver_init(void)
        platform_bus_init();
        system_bus_init();
        cpu_dev_init();
+       attribute_container_init();
 }