Skip to content

Commit

Permalink
[media] remove unneeded #define's in xc5000.h
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 14, 2012
1 parent d58a8d6 commit 00f92ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions drivers/media/common/tuners/xc5000.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ struct xc5000_fw_cfg {
extern struct xc5000_fw_cfg xc5000a_1_6_114;
extern struct xc5000_fw_cfg xc5000c_41_024_5_31875;

#define XC5000_FW_A_1_6_114 &xc5000a_1_6_114
#define XC5000_FW_C_41_024_5_31875 &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
#define XC5000_DEFAULT_FIRMWARE &xc5000a_1_6_114
#define XC5000C_DEFAULT_FIRMWARE &xc5000c_41_024_5_31875

struct xc5000_config {
u8 i2c_address;
Expand Down

0 comments on commit 00f92ed

Please sign in to comment.