[media] af9035: remove unused struct

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>
This commit is contained in:
Antti Palosaari 2012-04-06 19:05:11 -03:00 committed by Mauro Carvalho Chehab
parent 6fb39c50a0
commit 52560b7284

View 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 */