From: Daniel Scheller Date: Sun, 26 Nov 2017 13:00:09 +0000 (-0500) Subject: media: dvb-frontends/stv0910: remove unneeded dvb_math.h include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=22f584c5c665461d6bb3d4e242084e4a5b87d5b6;p=openwrt%2Fstaging%2Fblogic.git media: dvb-frontends/stv0910: remove unneeded dvb_math.h include Since nothing from dvb_math.h is used, remove the unneeded include. Signed-off-by: Daniel Scheller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/stv0910.c b/drivers/media/dvb-frontends/stv0910.c index 681349a5aea8..a8c99f41478b 100644 --- a/drivers/media/dvb-frontends/stv0910.c +++ b/drivers/media/dvb-frontends/stv0910.c @@ -24,7 +24,6 @@ #include #include -#include "dvb_math.h" #include "dvb_frontend.h" #include "stv0910.h" #include "stv0910_regs.h"