[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120119233418.65995f2b.akpm@linux-foundation.org>
Date: Thu, 19 Jan 2012 23:34:18 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Christian Gmeiner <christian.gmeiner@...il.com>,
"Lars-Peter Clausen" <lars@...afoo.de>,
Richard Purdie <rpurdie@...ys.net>
Subject: Re: linux-next: build failure after merge of the final tree
On Fri, 20 Jan 2012 18:11:31 +1100 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> Hi all,
>
> After merging the final tree, today's linux-next build (s390 allmodconfig)
> failed like this:
>
> drivers/leds/leds-ot200.c: In function 'ot200_led_brightness_set':
> drivers/leds/leds-ot200.c:114: error: implicit declaration of function 'outb'
>
> Caused by commit 891b7aeff9fe ("leds: add led driver for Bachmann's ot200").
Like this?
--- a/drivers/leds/Kconfig~leds-add-led-driver-for-bachmanns-ot200-fix
+++ a/drivers/leds/Kconfig
@@ -405,7 +405,7 @@ config LEDS_MAX8997
config LEDS_OT200
tristate "LED support for the Bachmann OT200"
- depends on LEDS_CLASS
+ depends on LEDS_CLASS && HAS_IOMEM
help
This option enables support for the LEDs on the Bachmann OT200.
Say Y to enable LEDs on the Bachmann OT200.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists