From patchwork Mon Dec 3 06:44:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13319 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 3577F23E1A for ; Mon, 3 Dec 2012 06:51:17 +0000 (UTC) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by fiordland.canonical.com (Postfix) with ESMTP id CDF34A19C98 for ; Mon, 3 Dec 2012 06:51:16 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id c11so4106019ieb.33 for ; Sun, 02 Dec 2012 22:51:16 -0800 (PST) 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=+QbE4WobLEJSfZLmRvrHAkrjRF+M9+GNqa40DDAVQBA=; b=JKU7iUArzs0PfXe522Bt3hte9iQEOh+mppqGCQbNFOK2C9WMWq9OUUpGv8rgRBwnOA /S61ERAd/uv39x8vvzXuU7mVxM8Ykp2EA8y0pdMIsGUvORZGqzuBult+egm3s8DtL1uH o6LQ2QQ+G8XEkzld8GC79/wqPSU+iNF6Ju4p73KFG/JcYPG/TzdfjQ0wMatYUwO5l0hE Z2gep/IDSaSd3RVnRkHrstAsl+017wonRAOAvjTQtBz3VtYoKjOq7Qr9V+FmCifWOt1D fbJyXz/FjffW0ZVdBzRAPRMr8Rc2uuM5qdK6Cw89PhqJxnTWcFAfli4h4Qwaa+vQjHZI NPCg== Received: by 10.50.161.169 with SMTP id xt9mr5106679igb.62.1354517476257; Sun, 02 Dec 2012 22:51:16 -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.50.67.148 with SMTP id n20csp101607igt; Sun, 2 Dec 2012 22:51:15 -0800 (PST) Received: by 10.68.224.165 with SMTP id rd5mr27199636pbc.49.1354517475251; Sun, 02 Dec 2012 22:51:15 -0800 (PST) Received: from mail-da0-f47.google.com (mail-da0-f47.google.com [209.85.210.47]) by mx.google.com with ESMTPS id e2si5192018paz.237.2012.12.02.22.51.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Dec 2012 22:51:15 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f47.google.com with SMTP id s35so1057722dak.34 for ; Sun, 02 Dec 2012 22:51:14 -0800 (PST) Received: by 10.68.225.232 with SMTP id rn8mr26755037pbc.34.1354517474124; Sun, 02 Dec 2012 22:51:14 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id i1sm2200590pav.35.2012.12.02.22.51.11 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Dec 2012 22:51:13 -0800 (PST) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: sylvester.nawrocki@gmail.com, sachin.kamat@linaro.org, patches@linaro.org, s.nawrocki@samsung.com Subject: [PATCH 1/1] [media] s3c-camif: Add missing version.h header file Date: Mon, 3 Dec 2012 12:14:31 +0530 Message-Id: <1354517071-1003-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkqtq7v1Xd1g0A8YG3C2/ULdJAe7U6LpLWmheHUCVe5Y7ORpLkqNCqvMKNr434C9UTrieyd versioncheck script complains about missing linux/version.h header file. Signed-off-by: Sachin Kamat --- drivers/media/platform/s3c-camif/camif-core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/platform/s3c-camif/camif-core.c b/drivers/media/platform/s3c-camif/camif-core.c index 0dd6537..37c9b6f 100644 --- a/drivers/media/platform/s3c-camif/camif-core.c +++ b/drivers/media/platform/s3c-camif/camif-core.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include