Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760085Ab1FWWXQ (ORCPT ); Thu, 23 Jun 2011 18:23:16 -0400 Received: from swampdragon.chaosbits.net ([90.184.90.115]:24159 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760037Ab1FWWXP (ORCPT ); Thu, 23 Jun 2011 18:23:15 -0400 Date: Fri, 24 Jun 2011 00:14:19 +0200 (CEST) From: Jesper Juhl To: LKML cc: trivial@kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Joonyoung Shim , Kyungmin Park , Marek Szyprowski , Hans Verkuil , Arnd Bergmann Subject: [PATCH 11/37] Remove unneeded version.h includes (and add where needed) for drivers/media/radio/ In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2323 Lines: 62 It was pointed out by 'make versioncheck' that linux/version.h was not always being included where needed and sometimes included needlessly in drivers/media/radio/. This patch fixes up the includes. Signed-off-by: Jesper Juhl --- drivers/media/radio/si470x/radio-si470x-i2c.c | 1 + drivers/media/radio/si470x/radio-si470x-usb.c | 1 + drivers/media/radio/si470x/radio-si470x.h | 1 - 3 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/media/radio/si470x/radio-si470x-i2c.c b/drivers/media/radio/si470x/radio-si470x-i2c.c index a2a6777..2c7700f 100644 --- a/drivers/media/radio/si470x/radio-si470x-i2c.c +++ b/drivers/media/radio/si470x/radio-si470x-i2c.c @@ -23,6 +23,7 @@ /* driver definitions */ +#include #define DRIVER_AUTHOR "Joonyoung Shim "; #define DRIVER_KERNEL_VERSION KERNEL_VERSION(1, 0, 1) #define DRIVER_CARD "Silicon Labs Si470x FM Radio Receiver" diff --git a/drivers/media/radio/si470x/radio-si470x-usb.c b/drivers/media/radio/si470x/radio-si470x-usb.c index 392e84f..653384d 100644 --- a/drivers/media/radio/si470x/radio-si470x-usb.c +++ b/drivers/media/radio/si470x/radio-si470x-usb.c @@ -28,6 +28,7 @@ /* driver definitions */ +#include #define DRIVER_AUTHOR "Tobias Lorenz " #define DRIVER_KERNEL_VERSION KERNEL_VERSION(1, 0, 10) #define DRIVER_CARD "Silicon Labs Si470x FM Radio Receiver" diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h index 68da001..f300a55 100644 --- a/drivers/media/radio/si470x/radio-si470x.h +++ b/drivers/media/radio/si470x/radio-si470x.h @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include -- 1.7.5.2 -- Jesper Juhl http://www.chaosbits.net/ Don't top-post http://www.catb.org/jargon/html/T/top-post.html Plain text mails only, please. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/