cpu: Do not return errors from cpu_dev_init() which will be ignored
[cascardo/linux.git] / drivers / base / base.h
index 7a6ae42..b858dfd 100644 (file)
@@ -94,7 +94,7 @@ extern int hypervisor_init(void);
 static inline int hypervisor_init(void) { return 0; }
 #endif
 extern int platform_bus_init(void);
-extern int cpu_dev_init(void);
+extern void cpu_dev_init(void);
 
 extern int bus_add_device(struct device *dev);
 extern void bus_probe_device(struct device *dev);