cleanup code to remove warnings
[coreboot.git] / src / include / device / device.h
index 38efe53adc31c30f898f856f3cb4c99ac8ead996..708fa149d3eea183bef9c7dc65b27803b2583303 100644 (file)
@@ -82,6 +82,7 @@ extern void compute_allocate_resource(struct bus *bus, struct resource *bridge,
 extern void assign_resources(struct bus *bus);
 extern void enable_resources(struct device *dev);
 extern void enumerate_static_device(void);
+extern void enumerate_static_devices(void);
 extern const char *dev_path(device_t dev);
 extern void compact_resources(device_t dev);
 extern struct resource *get_resource(device_t dev, unsigned index);