From: Jesper Juhl Date: Mon, 23 Jan 2012 21:45:58 +0000 (-0300) Subject: [media] drxk_hard: does not need to include linux/version.h X-Git-Tag: v3.5-rc5~26^2~783 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4b444369c75604ef6e656969039b1c6b4ca61c5;p=platform%2Fkernel%2Flinux-stable.git [media] drxk_hard: does not need to include linux/version.h This patch removes the unneeded include. Signed-off-by: Jesper Juhl Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c index 5fa1927..47bf16d 100644 --- a/drivers/media/dvb/frontends/drxk_hard.c +++ b/drivers/media/dvb/frontends/drxk_hard.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include "dvb_frontend.h"