From patchwork Mon Sep 24 09:06:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 11660 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 D326E23E53 for ; Mon, 24 Sep 2012 09:10:14 +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 7FA96A18E57 for ; Mon, 24 Sep 2012 09:10:14 +0000 (UTC) Received: by ieje10 with SMTP id e10so9387071iej.11 for ; Mon, 24 Sep 2012 02:10:13 -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=e5uWrBwpJCKW3G7WDuJkPrgdex/8ciI2MW1C4HM+mTU=; b=Uk9cG7F/JdZBrSHsKBtKtSfMtn1XV35a+7J1KnOpmqd6cSVhbd1AeAPLY7wK2dB+eT oSkd/lZXgif7ghxn9eh0xRkY0MwOdSvveVZ63t6OdPWoHOP8CpLuIZXPxKCVv12cPy8n 9brHB7Y9+Kk0NJwhyJ0aBTWKOO957kgS0hCHB1CFQMduPqOLfpg01ZJL+Tr6MAjwiwmO +4OFfqxX1O3mg4GAyoB/6/sh1n+jbJ/JqpkNnQNp8AFYQaKWsLRYpbEp42fpGgol6owo s4R94vspWP3Inwaz+1HsOrqF/3HHxoUzfynjomAjdSnf+A5PmcRWrWKOVK6wA+w4AlO5 q2Ag== Received: by 10.50.195.134 with SMTP id ie6mr4669704igc.28.1348477813907; Mon, 24 Sep 2012 02:10:13 -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 ex8csp233099igc; Mon, 24 Sep 2012 02:10:13 -0700 (PDT) Received: by 10.66.79.38 with SMTP id g6mr30984533pax.40.1348477813128; Mon, 24 Sep 2012 02:10:13 -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 ho10si9754256pbc.90.2012.09.24.02.10.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 02:10:13 -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 pbcmd12 with SMTP id md12so12795727pbc.37 for ; Mon, 24 Sep 2012 02:10:12 -0700 (PDT) Received: by 10.68.223.4 with SMTP id qq4mr35133133pbc.10.1348477812371; Mon, 24 Sep 2012 02:10:12 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id sz4sm9364462pbc.22.2012.09.24.02.10.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 02:10:11 -0700 (PDT) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: mchehab@infradead.org, s.nawrocki@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file Date: Mon, 24 Sep 2012 14:36:35 +0530 Message-Id: <1348477595-28493-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQl2GR4qObhC1+fUsRASY7CVQ2jfD1jlRtRRfyRKx3j4xC0mDn7KAJV7+/cerViZUjfkz6mm Replaces asm/sizes.h with linux/sizes.h. Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-fimc/fimc-core.h | 2 +- drivers/media/platform/s5p-fimc/fimc-lite.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/s5p-fimc/fimc-core.h b/drivers/media/platform/s5p-fimc/fimc-core.h index 808ccc6..e787f65 100644 --- a/drivers/media/platform/s5p-fimc/fimc-core.h +++ b/drivers/media/platform/s5p-fimc/fimc-core.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include diff --git a/drivers/media/platform/s5p-fimc/fimc-lite.h b/drivers/media/platform/s5p-fimc/fimc-lite.h index 44424ee..8dc3e9b 100644 --- a/drivers/media/platform/s5p-fimc/fimc-lite.h +++ b/drivers/media/platform/s5p-fimc/fimc-lite.h @@ -9,7 +9,7 @@ #ifndef FIMC_LITE_H_ #define FIMC_LITE_H_ -#include +#include #include #include #include