From patchwork Tue Nov 8 09:27:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 81265 Delivered-To: patch@linaro.org Received: by 10.182.113.165 with SMTP id iz5csp1586886obb; Tue, 8 Nov 2016 01:27:25 -0800 (PST) X-Received: by 10.98.30.129 with SMTP id e123mr21432412pfe.175.1478597245796; Tue, 08 Nov 2016 01:27:25 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fe8si29953718pad.192.2016.11.08.01.27.25; Tue, 08 Nov 2016 01:27:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932861AbcKHJ1Z (ORCPT + 4 others); Tue, 8 Nov 2016 04:27:25 -0500 Received: from mail-lf0-f50.google.com ([209.85.215.50]:34803 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932256AbcKHJ1X (ORCPT ); Tue, 8 Nov 2016 04:27:23 -0500 Received: by mail-lf0-f50.google.com with SMTP id o141so62315760lff.1 for ; Tue, 08 Nov 2016 01:27:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ZVknvxaUvXFY3kAzSeh1Q+SrUClIZ1qKhzYh+U+MLpA=; b=Bj6q1wn5O4NGDGwdjfpC1uRFyaAPwLxMlHZTCQxw4HDVmGjd0pvv0/7aMr4NLfqDaG Z2nTvuHwLZHcMypUrHcnttR0VJ8kEb8v9Lhlr6kFKOJ+KiTFUbxhMMXiEZNamZW08aVn zV9ZL5AZqAasbzXygOohSPei6vYkewdbsLHhs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ZVknvxaUvXFY3kAzSeh1Q+SrUClIZ1qKhzYh+U+MLpA=; b=So4p4kOHafz2Dh+RQfzg7PArMRIOSTctCWIynT9wv3jvZynaJo+DM1GoVKgK43S/86 i+ROYcDD8xrsHPhNbtXB2icMUs0kPXPTuugbhjAqmUKx4zcH63xOFfeugtoHMB3Mwm8e o2w+HnsTvHNokSaPQiYHdz1LvqPrI8E+gYxcHuSuah3N0O6YDiHYtkYD80GEVhBDNEON 3Q3VWN6J1sRIdM9AMcgHBNncF8AKXj0igkrv8cqw0sybpLrOHx/t3hSpLCpgGY+ZDMmL GNIkWft6jYr/oOGDY2eoKR4EG1DMZvyBnUS2KJoTxMkMWQ1HBzC5+vB6LmRv9C0Fm3av rEOw== X-Gm-Message-State: ABUngve58kKyXU/PFzs52isK8TGm0is29cl7Zy5uF9vQOOL5enn5YRsjCvMF7X/GBsol+96l X-Received: by 10.25.33.140 with SMTP id h134mr4951475lfh.181.1478597241954; Tue, 08 Nov 2016 01:27:21 -0800 (PST) Received: from linuslaptop.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id f24sm5921742lji.36.2016.11.08.01.27.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Nov 2016 01:27:21 -0800 (PST) From: Linus Walleij To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-gpio@vger.kernel.org, Linus Walleij , Andrey Smirnov , Neil Armstrong Subject: [PATCH] pinctrl: sx150x: fix up headers Date: Tue, 8 Nov 2016 10:27:17 +0100 Message-Id: <1478597237-4441-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Include rather than Drop . Cc: Andrey Smirnov Cc: Neil Armstrong Signed-off-by: Linus Walleij --- drivers/pinctrl/pinctrl-sx150x.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/pinctrl/pinctrl-sx150x.c b/drivers/pinctrl/pinctrl-sx150x.c index dc1341fdc73d..63778058eec7 100644 --- a/drivers/pinctrl/pinctrl-sx150x.c +++ b/drivers/pinctrl/pinctrl-sx150x.c @@ -27,8 +27,7 @@ #include #include #include -#include -#include +#include #include #include #include