vserver 1.9.5.x5
[linux-2.6.git] / include / linux / firmware.h
index 93dd77e..886255b 100644 (file)
@@ -7,6 +7,7 @@ struct firmware {
        size_t size;
        u8 *data;
 };
+struct device;
 int request_firmware(const struct firmware **fw, const char *name,
                     struct device *device);
 int request_firmware_nowait(