summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/xc4000.h
diff options
context:
space:
mode:
authorIstvan Varga <istvan_v@mailbox.hu>2011-06-03 10:11:48 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:52:33 -0300
commitfbe4a29f2f6523b8b839debb19baa49461a302be (patch)
tree8b3ac548af1900c93dd551bd983706623490bfb7 /drivers/media/common/tuners/xc4000.h
parente3bb7c607f5ca87030692ad4dab653b4a8d1571a (diff)
[media] xc4000: code cleanup
This is the first of a set of patches that update the original xc4000 sources to my modified version. It removes some unused code, and makes a few minor formatting changes. [mchehab@redhat.com: re-add XC_TUNE_ANALOG/XC_TUNE_DIGITAL constants, to avoid compilation breakage] Signed-off-by: Istvan Varga <istvan_v@mailbox.hu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/xc4000.h')
-rw-r--r--drivers/media/common/tuners/xc4000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/xc4000.h b/drivers/media/common/tuners/xc4000.h
index 2bbbe9d6480b..3881ba26b794 100644
--- a/drivers/media/common/tuners/xc4000.h
+++ b/drivers/media/common/tuners/xc4000.h
@@ -28,8 +28,8 @@ struct dvb_frontend;
struct i2c_adapter;
struct xc4000_config {
- u8 i2c_address;
- u32 if_khz;
+ u8 i2c_address;
+ u32 if_khz;
};
/* xc4000 callback command */