diff options
author | Antti Palosaari <crope@iki.fi> | 2014-09-02 12:03:21 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-22 02:45:27 +0400 |
commit | 6b45778609dbe4e7d03abe9482a1a5621e2a3e64 (patch) | |
tree | 5a87ee95610b0b839800b02fc1dd9eea596639dc /drivers/media/dvb-frontends/af9033_priv.h | |
parent | 3e41313aeadfc5e3b3f827519f3840bca1b98f6d (diff) | |
download | linux-6b45778609dbe4e7d03abe9482a1a5621e2a3e64.tar.xz |
[media] af9033: wrap DVBv3 read SNR to DVBv5 CNR
Remove 'duplicate' DVBv3 read SNR implementation and return value,
calculated already by DVBv5 CNR, from the cache.
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/af9033_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/af9033_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h index ded7b67d7526..c12c92cb5855 100644 --- a/drivers/media/dvb-frontends/af9033_priv.h +++ b/drivers/media/dvb-frontends/af9033_priv.h @@ -24,6 +24,7 @@ #include "dvb_frontend.h" #include "af9033.h" +#include <linux/math64.h> struct reg_val { u32 reg; |