From patchwork Fri Dec 14 16:19:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13607 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 A9D4023FB4 for ; Fri, 14 Dec 2012 16:20:21 +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 56C04A195DC for ; Fri, 14 Dec 2012 16:20:21 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so3226529iag.11 for ; Fri, 14 Dec 2012 08:20:20 -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=xR2gxpC2Gf09A/CZsZio8k8A5DTS1TqPu7oJ/JQTg9k=; b=LT/yCFaGBX99ChEaNEzrAniLEpXjtV/BgeMKGGyoPOXn2u/fxuqm/5uM1o4+iIV2XH agfeR7/rzqY91meuODRtrewexK8iraGMlceKajqFVfgC/FAqpjC2tTGa7uiVLzJbNwwX 9tI6G6nKwnw8a9g5EA38nPS/TzxZsLl2Ictv6ktLN3X3/bQ3thH5N4iHGTpClsZBUAS5 Ps9uWy11IptvYVU5zwmP31sdQnbeL47jbDrXdIAYJYmMZrtfnOXqDruuskf/ztixHmKP c31bFDJMb3eH7qXYjjTWBfg4+I22fHacy8Tp+aB89RxQ9uFNH6jbQVYkkExiKokSl9Kq Bisw== Received: by 10.43.125.133 with SMTP id gs5mr4938748icc.54.1355502020819; Fri, 14 Dec 2012 08:20:20 -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 n20csp81621igt; Fri, 14 Dec 2012 08:20:20 -0800 (PST) Received: by 10.194.19.10 with SMTP id a10mr4419505wje.45.1355502019699; Fri, 14 Dec 2012 08:20:19 -0800 (PST) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by mx.google.com with ESMTPS id ht5si7998070wib.2.2012.12.14.08.20.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Dec 2012 08:20:19 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.177 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.177; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.177 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f177.google.com with SMTP id hm2so614209wib.16 for ; Fri, 14 Dec 2012 08:20:19 -0800 (PST) Received: by 10.180.85.165 with SMTP id i5mr3603928wiz.11.1355502019219; Fri, 14 Dec 2012 08:20:19 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id u6sm8325248wif.2.2012.12.14.08.20.17 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Dec 2012 08:20:18 -0800 (PST) From: Lee Jones To: linux-kernel@vger.kernel.org Cc: linus.walleij@linaro.org, Linus Walleij , Lee Jones Subject: [PATCH 21/21] gpio: ab8500: Add explicit dependencies Date: Fri, 14 Dec 2012 16:19:39 +0000 Message-Id: <1355501979-1157-22-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1355501979-1157-1-git-send-email-lee.jones@linaro.org> References: <1355501979-1157-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlX4StyCSMnYMWJlAexhBlsAwx54yn5ls4E3i90sonPoJLVPBLd2FUyz9SizHrByad/Vntc From: Linus Walleij This driver is using symbols from so include this file explicitly. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij Reviewed-by: Philippe LANGLAIS --- drivers/gpio/gpio-ab8500.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-ab8500.c b/drivers/gpio/gpio-ab8500.c index ed5832e..d201de9 100644 --- a/drivers/gpio/gpio-ab8500.c +++ b/drivers/gpio/gpio-ab8500.c @@ -19,6 +19,7 @@ #include #include #include +#include #include