summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/af9033_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-09-02 05:03:21 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-21 19:45:27 -0300
commit6b45778609dbe4e7d03abe9482a1a5621e2a3e64 (patch)
tree5a87ee95610b0b839800b02fc1dd9eea596639dc /drivers/media/dvb-frontends/af9033_priv.h
parent3e41313aeadfc5e3b3f827519f3840bca1b98f6d (diff)
[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.h1
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;