From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-tul01m020-f174.google.com ([209.85.214.174]:42634 "EHLO mail-tul01m020-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933380Ab2AIT4t (ORCPT ); Mon, 9 Jan 2012 14:56:49 -0500 Received: by obcwo16 with SMTP id wo16so4545789obc.19 for ; Mon, 09 Jan 2012 11:56:48 -0800 (PST) From: Devendra Naga To: mchehab@infradead.org, o.endriss@gmx.de, rjkm@metzlerbros.de, crope@iki.fi, linux-media@vger.kernel.org Cc: devendra.aaru@gmail.com Subject: [PATCH 1/1] remove version.h includes in drivers/media/dvb/frontends. Date: Tue, 10 Jan 2012 01:26:16 +0530 Message-Id: <1326138976-26157-1-git-send-email-devendra.aaru@gmail.com> Sender: linux-media-owner@vger.kernel.org List-ID: when compiling with make versioncheck, got linux/drivers/media/dvb/frontends/drxk_hard.c: 31 linux/version.h not needed. linux/drivers/media/dvb/frontends/tda18271c2dd.c: 32 linux/version.h not needed. Signed-off-by: Devendra Naga --- drivers/media/dvb/frontends/drxk_hard.c | 1 - drivers/media/dvb/frontends/tda18271c2dd.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c index f6431ef..0024d9b 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" diff --git a/drivers/media/dvb/frontends/tda18271c2dd.c b/drivers/media/dvb/frontends/tda18271c2dd.c index 1b1bf20..fbd108e 100644 --- a/drivers/media/dvb/frontends/tda18271c2dd.c +++ b/drivers/media/dvb/frontends/tda18271c2dd.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include "dvb_frontend.h" -- 1.7.1