From patchwork Tue Jan 17 08:52:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 6249 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 3762E23E0C for ; Tue, 17 Jan 2012 08:57:07 +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 22588A186CF for ; Tue, 17 Jan 2012 08:57:07 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so1430680bkb.11 for ; Tue, 17 Jan 2012 00:57:06 -0800 (PST) Received: by 10.204.136.197 with SMTP id s5mr3291438bkt.9.1326790626873; Tue, 17 Jan 2012 00:57:06 -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 ac16cs113672bkc; Tue, 17 Jan 2012 00:57:06 -0800 (PST) Received: by 10.42.144.69 with SMTP id a5mr3697805icv.45.1326790624310; Tue, 17 Jan 2012 00:57:04 -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 i5si11919683igq.50.2012.01.17.00.57.03 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 00:57:04 -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 n5so1638892iab.37 for ; Tue, 17 Jan 2012 00:57:03 -0800 (PST) Received: by 10.50.189.194 with SMTP id gk2mr13962607igc.0.1326790623519; Tue, 17 Jan 2012 00:57:03 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id z22sm75123821ibg.5.2012.01.17.00.56.59 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 00:57:02 -0800 (PST) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: chehab@infradead.org, k.debski@samsung.com, kyungmin.park@samsung.com, jtp.park@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] [media] s5p-mfc: Remove linux/version.h include from s5p_mfc.c Date: Tue, 17 Jan 2012 14:22:41 +0530 Message-Id: <1326790361-24498-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-mfc/s5p_mfc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/s5p-mfc/s5p_mfc.c b/drivers/media/video/s5p-mfc/s5p_mfc.c index e43e128..ec7f000 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc.c +++ b/drivers/media/video/s5p-mfc/s5p_mfc.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include