diff options
author | Antti Palosaari <crope@iki.fi> | 2014-12-16 17:37:18 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-03 19:18:51 +0100 |
commit | cd559e0b13156a34e5ddf662f44cacd43b484583 (patch) | |
tree | 1d927ff53254ec5657e483fc49716d0de49aa8d3 /drivers/media/dvb-frontends/rtl2832_priv.h | |
parent | [media] rtl2832_sdr: cleanups (diff) | |
download | linux-cd559e0b13156a34e5ddf662f44cacd43b484583.tar.xz linux-cd559e0b13156a34e5ddf662f44cacd43b484583.zip |
[media] rtl2832: cleanups and minor changes
Remove all the stuff that is not needed anymore. Rename variable.
Remove extra new lines.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/rtl2832_priv.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832_priv.h b/drivers/media/dvb-frontends/rtl2832_priv.h index 973892afb916..9edab5d1aea1 100644 --- a/drivers/media/dvb-frontends/rtl2832_priv.h +++ b/drivers/media/dvb-frontends/rtl2832_priv.h @@ -21,11 +21,13 @@ #ifndef RTL2832_PRIV_H #define RTL2832_PRIV_H -#include "dvb_frontend.h" -#include "rtl2832.h" -#include <linux/i2c-mux.h> #include <linux/regmap.h> #include <linux/math64.h> +#include <linux/bitops.h> + +#include "dvb_frontend.h" +#include "dvb_math.h" +#include "rtl2832.h" struct rtl2832_dev { struct rtl2832_platform_data *pdata; @@ -55,7 +57,6 @@ struct rtl2832_reg_value { u32 value; }; - /* Demod register bit names */ enum DVBT_REG_BIT_NAME { DVBT_SOFT_RST, |