Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113927
b: refs/heads/master
c: ffb4123
h: refs/heads/master
i:
  113925: e4feaaa
  113923: fd7ce5a
  113919: 68c3264
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 9577454 commit ab3435f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 39 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: 942648af36e4d4b91e52b3e1a87d4cafd6f7aa46
refs/heads/master: ffb412346bcebf143d0f43ab4c6a61c4270a9266
13 changes: 12 additions & 1 deletion trunk/drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "dvb_frontend.h"

#include "xc5000.h"
#include "xc5000_priv.h"

static int debug;
module_param(debug, int, 0644);
Expand All @@ -46,6 +45,18 @@ MODULE_PARM_DESC(init_fw, "Load firmware during driver initialization.");
#define XC5000_DEFAULT_FIRMWARE "dvb-fe-xc5000-1.1.fw"
#define XC5000_DEFAULT_FIRMWARE_SIZE 12332

struct xc5000_priv {
struct xc5000_config *cfg;
struct i2c_adapter *i2c;

u32 freq_hz;
u32 bandwidth;
u8 video_standard;
u8 rf_mode;

void *devptr;
};

/* Misc Defines */
#define MAX_TV_STANDARD 23
#define XC_MAX_I2C_WRITE_LENGTH 64
Expand Down
37 changes: 0 additions & 37 deletions trunk/drivers/media/common/tuners/xc5000_priv.h

This file was deleted.

0 comments on commit ab3435f

Please sign in to comment.