Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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 */