From patchwork Wed Sep 26 07:18:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 11728 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 6E55A23E42 for ; Wed, 26 Sep 2012 07:21:48 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id F31A3A18A40 for ; Wed, 26 Sep 2012 07:21:47 +0000 (UTC) Received: by ieje10 with SMTP id e10so642327iej.11 for ; Wed, 26 Sep 2012 00:21:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=0AV/EvP2x5jYnUBCTuZaopPT2h4wxFRWyW2BVWYdQk0=; b=KWv9MAUscXUzlsi/ZInjiqpwLeGOrsNu8YgHT1HIhxkR9TiqqBVlw0ZCRSZmbJjRSE CrYOIndzPWfqbvOVA5kOtsYf8gtZtMZ9J/pDAc+J6VNJWUCjb97fEcP1OA1EezrVjdWq Lo22ImAFspESsy2MOd5iPRXQHgsE8rOVBZZCBgiGnZ7OA23QUmnwiTqZmh+Eus5rf87r d2wwBMp2pUUkGn22TuQy4HSf/RHw7Bcbh4r+rLWx/Zdzf891fxLzrkZrON8ULuCTy5Dn 14d0sQM0wv0mYzJHQ7jvNCCDBUmPFVnAWTCDlqv0Y23dpgQhZZ4feuTfCVHIPX4g8lU9 SVOg== Received: by 10.50.0.193 with SMTP id 1mr10423268igg.0.1348644107288; Wed, 26 Sep 2012 00:21:47 -0700 (PDT) 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.50.184.232 with SMTP id ex8csp340503igc; Wed, 26 Sep 2012 00:21:46 -0700 (PDT) Received: by 10.66.75.133 with SMTP id c5mr47038522paw.24.1348644106400; Wed, 26 Sep 2012 00:21:46 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id ku3si3039686pbc.73.2012.09.26.00.21.46 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Sep 2012 00:21:46 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcwz7 with SMTP id wz7so1584391pbc.37 for ; Wed, 26 Sep 2012 00:21:46 -0700 (PDT) Received: by 10.66.85.133 with SMTP id h5mr46756904paz.10.1348644105969; Wed, 26 Sep 2012 00:21:45 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ru4sm1633623pbc.25.2012.09.26.00.21.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Sep 2012 00:21:45 -0700 (PDT) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: s.nawrocki@samsung.com, shaik.ameer@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/2] [media] exynos-gsc: Remove header file inclusion Date: Wed, 26 Sep 2012 12:48:03 +0530 Message-Id: <1348643884-4005-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlhe6AS0SDfTNJ93gKVn37ySG0kssouDGkkTW21rYXItsXh6thkJQFQibS20Bxpka4XWnDz version.h is not needed for these files. Signed-off-by: Sachin Kamat --- drivers/media/platform/exynos-gsc/gsc-core.c | 1 - drivers/media/platform/exynos-gsc/gsc-m2m.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/exynos-gsc/gsc-core.c b/drivers/media/platform/exynos-gsc/gsc-core.c index c5c7625..90a6c55 100644 --- a/drivers/media/platform/exynos-gsc/gsc-core.c +++ b/drivers/media/platform/exynos-gsc/gsc-core.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include diff --git a/drivers/media/platform/exynos-gsc/gsc-m2m.c b/drivers/media/platform/exynos-gsc/gsc-m2m.c index 2589cae..a4f327e 100644 --- a/drivers/media/platform/exynos-gsc/gsc-m2m.c +++ b/drivers/media/platform/exynos-gsc/gsc-m2m.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include