Commit 52560b72 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 6fb39c50
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment