From patchwork Mon Nov 26 04:09:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13178 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 B623723E17 for ; Mon, 26 Nov 2012 04:16:50 +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 685DFA187CA for ; Mon, 26 Nov 2012 04:16:50 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so4007790ieb.11 for ; Sun, 25 Nov 2012 20:16:50 -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=3cNnPY+nPx+bI64MenX5Nlcqur8ZYRlFBNJHVHICy0g=; b=XDRUf9jjFH7EiSIXMwqjlzkkc4I4cZsGFRHQPH/F5fVLVU6Vcsj2n5vn2F1v8qcCez hDubEgHeAzIRBMdv4OsUKsEmyIdvmwwQMy+SYPt3eyf2kXqZbjCOddFhnmiyKhFgVilJ Aht68Q9HnvA/Nbf+Msw4bKXH+QXXLV2W95NNF78paX4VfGROCWklP6bik3eOM2dxAT3O ZadEEWUYQAnhXIw6cQsIwUJ2LzkdAyE0LKEUzYHf1hZ6Ca5p+GXydozsyo9+uob5fiaX 4Tq8Twr94cTeES7oAgblKmPksi8KXpDBcGDD5CJNF5BN1VeOqhXXrRUPNxwv/ujidm/i 2gyg== Received: by 10.43.125.133 with SMTP id gs5mr8705724icc.54.1353903410223; Sun, 25 Nov 2012 20:16:50 -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 n20csp197722igt; Sun, 25 Nov 2012 20:16:49 -0800 (PST) Received: by 10.68.191.229 with SMTP id hb5mr33549823pbc.57.1353903409758; Sun, 25 Nov 2012 20:16:49 -0800 (PST) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by mx.google.com with ESMTPS id yl9si17836752pbc.242.2012.11.25.20.16.49 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:16:49 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.51 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.51 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-f51.google.com with SMTP id ro12so4949126pbb.38 for ; Sun, 25 Nov 2012 20:16:49 -0800 (PST) Received: by 10.68.232.200 with SMTP id tq8mr33927992pbc.52.1353903409524; Sun, 25 Nov 2012 20:16:49 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id yi9sm8036353pbc.39.2012.11.25.20.16.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:16:48 -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 10/16] leds: leds-net48xx: Use linux/io.h instead of asm/io.h Date: Mon, 26 Nov 2012 09:39:38 +0530 Message-Id: <1353902984-10728-11-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: ALoCoQl865qktt4yo6H439qKAezZ+CU6xZ3ZcfxOEqbBprHtGc5AR/AHLrGHhca7MhcfSvp6swE5 Fixes the following checkpatch warning: WARNING: Use #include instead of Signed-off-by: Sachin Kamat --- drivers/leds/leds-net48xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/leds/leds-net48xx.c b/drivers/leds/leds-net48xx.c index f117f73..27d06c5 100644 --- a/drivers/leds/leds-net48xx.c +++ b/drivers/leds/leds-net48xx.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include