From patchwork Wed May 24 14:32:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 9746063 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7402A6032B for ; Wed, 24 May 2017 14:33:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65D63283C0 for ; Wed, 24 May 2017 14:33:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 56AFB28403; Wed, 24 May 2017 14:33:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 51A33283C0 for ; Wed, 24 May 2017 14:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=OZEarfLBtkXo0xPDU9K9Y3MajKaH4J3oWhQ/ddi7aVY=; b=g/8 iFmSAo9yL+dWSEUcr0k8pw21xgIJxPB6pA78lriGPxAEfnhMJp++QHHbOGWVRy7LYBB+jIKz+tGM4 RRqJfwXXy2QRQ1y7LwFZwxWokH5ZPJYU3IJ8c8TlO+ZyO1nbAYFTk/SwH4K8250Vc8gk6mS/G3EhJ 3IgfQf4PCknBs8Bmo7mvjj26oaAP2xig8mLvHDoPBpKVTK4FgCo7D8BLJG9DAViolenfAc2/IGJTd jRpSa3zwrQmbFm6ayZbFjnO9ptOWicXv1GhDg3IRWXYJLFZRAIbgWajBRyraTy943r7nY2HOxWq6N 0rsCptfGSvHvYFhFrgslKtnlVeLBt3A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dDXLr-0001W7-88; Wed, 24 May 2017 14:33:27 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dDXLI-0000gQ-G2 for linux-arm-kernel@lists.infradead.org; Wed, 24 May 2017 14:32:56 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id BBC0820857; Wed, 24 May 2017 16:32:30 +0200 (CEST) Received: from localhost (83.146.29.93.rev.sfr.net [93.29.146.83]) by mail.free-electrons.com (Postfix) with ESMTPSA id 922DB20835; Wed, 24 May 2017 16:32:30 +0200 (CEST) From: Gregory CLEMENT To: Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] gpio: mvebu: Select REGMAP_MMIO now that regmap is used Date: Wed, 24 May 2017 16:32:06 +0200 Message-Id: <20170524143206.9727-1-gregory.clement@free-electrons.com> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170524_073253_128960_A34CF9C8 X-CRM114-Status: GOOD ( 10.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , Andrew Lunn , Jason Cooper , Omri Itach , Nadav Haklai , Kostya Porotchkin , Neta Zur Hershkovits , Gregory CLEMENT , Shadi Ammouri , Marcin Wojtas , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Since the commit "gpio: mvebu: switch to regmap for register access" the driver use the regmap. Explicitly select the REGMAP_MMIO symbol to fix build error. Reported-by: kbuild test robot Signed-off-by: Gregory CLEMENT --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 45ed9acfd095..68d9e6bde14d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -339,6 +339,7 @@ config GPIO_MVEBU depends on PLAT_ORION depends on OF_GPIO select GENERIC_IRQ_CHIP + select REGMAP_MMIO config GPIO_MXC def_bool y