Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750796AbbF2TOR (ORCPT ); Mon, 29 Jun 2015 15:14:17 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:33625 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751706AbbF2TOI (ORCPT ); Mon, 29 Jun 2015 15:14:08 -0400 Date: Mon, 29 Jun 2015 12:14:03 -0700 From: Dmitry Torokhov To: Sebastian Ott Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] input/arc_ps2: add HAS_IOMEM dependency Message-ID: <20150629191403.GA22166@dtor-ws> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 33 On Mon, Jun 29, 2015 at 11:22:44AM +0200, Sebastian Ott wrote: > Fix this compile error: > > drivers/built-in.o: In function `arc_ps2_probe': > /mnt/linux/drivers/input/serio/arc_ps2.c:206: undefined reference to `devm_ioremap_resource' > > Signed-off-by: Sebastian Ott Applied, thank you. > --- > drivers/input/serio/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- a/drivers/input/serio/Kconfig > +++ b/drivers/input/serio/Kconfig > @@ -244,6 +244,7 @@ config SERIO_PS2MULT > > config SERIO_ARC_PS2 > tristate "ARC PS/2 support" > + depends on HAS_IOMEM > help > Say Y here if you have an ARC FPGA platform with a PS/2 > controller in it. > -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/