[media] af9035: remove unused struct
authorAntti Palosaari <crope@iki.fi>
Fri, 6 Apr 2012 22:05:11 +0000 (19:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 14 May 2012 16:15:45 +0000 (13:15 -0300)
Not used anymore since new firmware downloader. I forget to remove
those earlier when changed firmware downloader.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/af9035.h

index 031bd9cf0cb215c4d8ff4cee9e7998dd76ccd9e1..eece4ed8c99ef66431b36d92318e86a93b7217e5 100644 (file)
@@ -52,20 +52,6 @@ struct config {
        bool hw_not_supported;
 };
 
-struct fw_segment {
-#define SEGMENT_FW_DL       0
-#define SEGMENT_ROM_COPY    1
-#define SEGMENT_DIRECT_CMD  2
-       u8 type;
-       u32 len;
-};
-
-struct fw_header {
-#define SEGMENT_MAX_COUNT 6
-       u8 segment_count;
-       struct fw_segment segment[SEGMENT_MAX_COUNT];
-};
-
 u32 clock_lut[] = {
        20480000, /*      FPGA */
        16384000, /* 16.38 MHz */
This page took 0.025132 seconds and 5 git commands to generate.