From patchwork Tue Jan 17 08:55:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 6250 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 0CFAF23E0C for ; Tue, 17 Jan 2012 08:59:55 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id EA104A186DD for ; Tue, 17 Jan 2012 08:59:54 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so1432509bkb.11 for ; Tue, 17 Jan 2012 00:59:54 -0800 (PST) Received: by 10.204.153.27 with SMTP id i27mr6412562bkw.81.1326790794651; Tue, 17 Jan 2012 00:59:54 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs113723bkc; Tue, 17 Jan 2012 00:59:54 -0800 (PST) Received: by 10.50.46.196 with SMTP id x4mr16646837igm.15.1326790792645; Tue, 17 Jan 2012 00:59:52 -0800 (PST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id y3si4823314icv.71.2012.01.17.00.59.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 00:59:52 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by iabn5 with SMTP id n5so1643344iab.37 for ; Tue, 17 Jan 2012 00:59:52 -0800 (PST) Received: by 10.50.236.67 with SMTP id us3mr13922002igc.14.1326790791902; Tue, 17 Jan 2012 00:59:51 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id va6sm37784160igc.6.2012.01.17.00.59.49 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 00:59:51 -0800 (PST) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: mchehab@infradead.org, s.nawrocki@samsung.com, kyungmin.park@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] [media] s5p-fimc: Remove linux/version.h include from fimc-mdevice.c Date: Tue, 17 Jan 2012 14:25:25 +0530 Message-Id: <1326790525-25263-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 Signed-off-by: Sachin Kamat --- drivers/media/video/s5p-fimc/fimc-mdevice.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/s5p-fimc/fimc-mdevice.c b/drivers/media/video/s5p-fimc/fimc-mdevice.c index 615c862..8ea4ee1 100644 --- a/drivers/media/video/s5p-fimc/fimc-mdevice.c +++ b/drivers/media/video/s5p-fimc/fimc-mdevice.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include