From patchwork Mon Nov 26 04:09:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13182 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 6240123E17 for ; Mon, 26 Nov 2012 04:17:03 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id D14D2A192A8 for ; Mon, 26 Nov 2012 04:17:02 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so4944547iag.11 for ; Sun, 25 Nov 2012 20:17:02 -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:in-reply-to:references :x-gm-message-state; bh=smwBYdPoazs7s3k1XHo3GX2q/H/uNcJjF/KpUWZGj0s=; b=baP37xzJ9sW4RVsNwngkmIcy9RHOu/n4CqvlsXJLNnOFPPD6L2z0ypQLb49wjjJwE0 iqqeDKYP7SvI7G8rmXU1CwsCFrBgfBfuauJK24PQJt2i830qcIyJtlV5ikTfY1i23qQC DfkipIs8cMhDDnyBgrL6v3gegaGa9PNKHSk08o/Ighi4RU5eEYgn3NwiOFobHN1kiGJy U0cFRo3kNIHEtNdJl0ymDqkZnb5ciB8IWPRhdpa+9WXYKSlmHVPgjKYEzTUPV8TPUttu cVOSpPC9vHNG1oqWM6v+tbscy0OwKSONugYvhnnZeLVYIE+wWaoNhvrWy2i2dVtKmvsx CfNg== Received: by 10.43.125.133 with SMTP id gs5mr8706039icc.54.1353903422645; Sun, 25 Nov 2012 20:17:02 -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 n20csp197759igt; Sun, 25 Nov 2012 20:17:02 -0800 (PST) Received: by 10.68.197.71 with SMTP id is7mr33858925pbc.79.1353903421875; Sun, 25 Nov 2012 20:17:01 -0800 (PST) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx.google.com with ESMTPS id s7si13438677pax.7.2012.11.25.20.17.01 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:17:01 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.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-pb0-f47.google.com with SMTP id un1so5835926pbc.34 for ; Sun, 25 Nov 2012 20:17:01 -0800 (PST) Received: by 10.66.77.74 with SMTP id q10mr29151186paw.81.1353903421652; Sun, 25 Nov 2012 20:17:01 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id yi9sm8036353pbc.39.2012.11.25.20.16.58 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:17:01 -0800 (PST) From: Sachin Kamat To: linux-leds@vger.kernel.org Cc: cooloney@gmail.com, rpurdie@rpsys.net, patches@linaro.org, sachin.kamat@linaro.org Subject: [PATCH 14/16] leds: leds-wrap: Use instead of Date: Mon, 26 Nov 2012 09:39:42 +0530 Message-Id: <1353902984-10728-15-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353902984-10728-1-git-send-email-sachin.kamat@linaro.org> References: <1353902984-10728-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQnWwfj2HMniAYJ/y8JjjJaGiwxDwYKMBXUJRj8LtmU1cZF7Wzfx22baiovA1qVsTJlWYVA4 Fixes the following checkpatch warning: WARNING: Use #include instead of Signed-off-by: Sachin Kamat --- drivers/leds/leds-wrap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/leds/leds-wrap.c b/drivers/leds/leds-wrap.c index 6e21e65..b358cc0 100644 --- a/drivers/leds/leds-wrap.c +++ b/drivers/leds/leds-wrap.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include