* [patch 01/17] drivers/input/touchscreen/ucb1400_ts.c needs GPIO
@ 2009-01-09 20:19 akpm
2009-01-11 8:05 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-01-09 20:19 UTC (permalink / raw)
To: dtor; +Cc: linux-input, akpm, david-b, marek.vasut, nico, rmk+kernel,
vsauder
From: Andrew Morton <akpm@linux-foundation.org>
ia64 allmodconfig:
include/asm-generic/gpio.h: In function `gpio_get_value_cansleep':
include/asm-generic/gpio.h:147: error: implicit declaration of function `gpio_get_value'
include/asm-generic/gpio.h: In function `gpio_set_value_cansleep':
include/asm-generic/gpio.h:153: error: implicit declaration of function `gpio_set_value'
recent linux-next breakage. Not sure what caused it..
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Vernon Sauder <vsauder@inhand.com>
Cc: Nicolas Pitre <nico@marvell.com>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/input/touchscreen/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/input/touchscreen/Kconfig~drivers-input-touchscreen-ucb1400_tsc-needs-gpio drivers/input/touchscreen/Kconfig
--- a/drivers/input/touchscreen/Kconfig~drivers-input-touchscreen-ucb1400_tsc-needs-gpio
+++ a/drivers/input/touchscreen/Kconfig
@@ -246,6 +246,7 @@ config TOUCHSCREEN_UCB1400
tristate "Philips UCB1400 touchscreen"
depends on AC97_BUS
depends on UCB1400_CORE
+ depends on GPIOLIB
help
This enables support for the Philips UCB1400 touchscreen interface.
The UCB1400 is an AC97 audio codec. The touchscreen interface
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 01/17] drivers/input/touchscreen/ucb1400_ts.c needs GPIO
2009-01-09 20:19 [patch 01/17] drivers/input/touchscreen/ucb1400_ts.c needs GPIO akpm
@ 2009-01-11 8:05 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-01-11 8:05 UTC (permalink / raw)
To: akpm; +Cc: linux-input, david-b, marek.vasut, nico, rmk+kernel, vsauder
On Fri, Jan 09, 2009 at 12:19:40PM -0800, akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
>
> ia64 allmodconfig:
>
> include/asm-generic/gpio.h: In function `gpio_get_value_cansleep':
> include/asm-generic/gpio.h:147: error: implicit declaration of function `gpio_get_value'
> include/asm-generic/gpio.h: In function `gpio_set_value_cansleep':
> include/asm-generic/gpio.h:153: error: implicit declaration of function `gpio_set_value'
>
> recent linux-next breakage. Not sure what caused it..
>
Andrew, this patch is not needed anymore since dependency on GPIOLIB has
been added to TC1400_CORE on which UCB1400 depends.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-11 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-09 20:19 [patch 01/17] drivers/input/touchscreen/ucb1400_ts.c needs GPIO akpm
2009-01-11 8:05 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).