From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH] gpio: mvebu: Select REGMAP_MMIO now that regmap is used Date: Mon, 29 May 2017 10:10:28 +0200 Message-ID: References: <20170524143206.9727-1-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-io0-f181.google.com ([209.85.223.181]:33728 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750880AbdE2IKa (ORCPT ); Mon, 29 May 2017 04:10:30 -0400 Received: by mail-io0-f181.google.com with SMTP id p24so37410698ioi.0 for ; Mon, 29 May 2017 01:10:29 -0700 (PDT) In-Reply-To: <20170524143206.9727-1-gregory.clement@free-electrons.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Gregory CLEMENT Cc: Alexandre Courbot , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , "linux-arm-kernel@lists.infradead.org" , Nadav Haklai , Kostya Porotchkin , Neta Zur Hershkovits , Marcin Wojtas , Omri Itach , Shadi Ammouri On Wed, May 24, 2017 at 4:32 PM, Gregory CLEMENT wrote: > 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 Patch applied. Yours, Linus Walleij