vt6656: Use request_firmware() to load firmware
[pandora-kernel.git] / drivers / staging / vt6656 / device.h
index e8d0b42..f1496ec 100644 (file)
@@ -55,6 +55,7 @@
 #include <linux/reboot.h>
 #include <linux/usb.h>
 #include <linux/signal.h>
+#include <linux/firmware.h>
 #include <asm/io.h>
 #include <asm/uaccess.h>
 #ifdef SIOCETHTOOL
@@ -421,6 +422,8 @@ typedef struct __device_info {
     struct net_device*          dev;
     struct net_device_stats     stats;
 
+    const struct firmware      *firmware;
+
     OPTIONS                     sOpts;
 
        struct tasklet_struct       CmdWorkItem;