From patchwork Thu Oct 18 19:28:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Juhl X-Patchwork-Id: 1612791 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 1EE263FCFC for ; Thu, 18 Oct 2012 19:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752767Ab2JRT2R (ORCPT ); Thu, 18 Oct 2012 15:28:17 -0400 Received: from 1010ds2-suoe.0.fullrate.dk ([90.184.90.115]:18650 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297Ab2JRT2Q (ORCPT ); Thu, 18 Oct 2012 15:28:16 -0400 Received: by swampdragon.chaosbits.net (Postfix, from userid 1000) id 436539403D; Thu, 18 Oct 2012 21:28:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by swampdragon.chaosbits.net (Postfix) with ESMTP id 5A8EC9403B; Thu, 18 Oct 2012 21:28:11 +0200 (CEST) Date: Thu, 18 Oct 2012 21:28:10 +0200 (CEST) From: Jesper Juhl To: linux-kernel@vger.kernel.org cc: Tomasz Stanislawski , Kyungmin Park , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Subject: [PATCH] [media] s5p-tv: don't include linux/version.h in mixer_video.c Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The header is not needed, so remove it. Signed-off-by: Jesper Juhl --- drivers/media/platform/s5p-tv/mixer_video.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/s5p-tv/mixer_video.c b/drivers/media/platform/s5p-tv/mixer_video.c index 0c1cd89..9b52f3a 100644 --- a/drivers/media/platform/s5p-tv/mixer_video.c +++ b/drivers/media/platform/s5p-tv/mixer_video.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include