]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
media: dvb-frontends/stv0910: remove unneeded dvb_math.h include
authorDaniel Scheller <d.scheller@gmx.net>
Sun, 26 Nov 2017 13:00:09 +0000 (08:00 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Dec 2017 13:37:58 +0000 (08:37 -0500)
Since nothing from dvb_math.h is used, remove the unneeded include.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/stv0910.c

index 681349a5aea8f713137f85d309a3cd624c5f6f51..a8c99f41478b1d262b85e16d627863b49750cd36 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/i2c.h>
 #include <asm/div64.h>
 
-#include "dvb_math.h"
 #include "dvb_frontend.h"
 #include "stv0910.h"
 #include "stv0910_regs.h"