Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261330
b: refs/heads/master
c: 9cd4971
h: refs/heads/master
v: v3
  • Loading branch information
Richard Röjfors authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent aa06076 commit d1c4117
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c528d5e51af26fd71ca6b5e39dfd1b4bd34c505
refs/heads/master: 9cd49719fda38613e9d7c712b11a54ea4ea005dc
8 changes: 2 additions & 6 deletions trunk/drivers/mfd/timberdale.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,8 @@ static __devinitdata struct i2c_board_info timberdale_saa7706_i2c_board_info = {
static __devinitdata struct timb_radio_platform_data
timberdale_radio_platform_data = {
.i2c_adapter = 0,
.tuner = {
.info = &timberdale_tef6868_i2c_board_info
},
.dsp = {
.info = &timberdale_saa7706_i2c_board_info
}
.tuner = &timberdale_tef6868_i2c_board_info,
.dsp = &timberdale_saa7706_i2c_board_info
};

static const __devinitconst struct resource timberdale_video_resources[] = {
Expand Down
9 changes: 2 additions & 7 deletions trunk/include/media/timb_radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@

struct timb_radio_platform_data {
int i2c_adapter; /* I2C adapter where the tuner and dsp are attached */
struct {
struct i2c_board_info *info;
} tuner;
struct {
const char *module_name;
struct i2c_board_info *info;
} dsp;
struct i2c_board_info *tuner;
struct i2c_board_info *dsp;
};

#endif

0 comments on commit d1c4117

Please sign in to comment.