Commit 00f92ed6 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

[media] remove unneeded #define's in xc5000.h

Signed-off-by: default avatarMichael Krufky <mkrufky@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d58a8d67
...@@ -35,11 +35,8 @@ struct xc5000_fw_cfg { ...@@ -35,11 +35,8 @@ struct xc5000_fw_cfg {
extern struct xc5000_fw_cfg xc5000a_1_6_114; extern struct xc5000_fw_cfg xc5000a_1_6_114;
extern struct xc5000_fw_cfg xc5000c_41_024_5_31875; extern struct xc5000_fw_cfg xc5000c_41_024_5_31875;
#define XC5000_FW_A_1_6_114 &xc5000a_1_6_114 #define XC5000_DEFAULT_FIRMWARE &xc5000a_1_6_114
#define XC5000_FW_C_41_024_5_31875 &xc5000c_41_024_5_31875 #define XC5000C_DEFAULT_FIRMWARE &xc5000c_41_024_5_31875
#define XC5000_DEFAULT_FIRMWARE XC5000_FW_A_1_6_114
#define XC5000C_DEFAULT_FIRMWARE XC5000_FW_C_41_024_5_31875
struct xc5000_config { struct xc5000_config {
u8 i2c_address; u8 i2c_address;
......
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