linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 1/4] drivers/input/touchscreen/ucb1400_ts.c needs GPIO
@ 2008-08-20 23:46 akpm
  2008-08-20 23:50 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-08-20 23:46 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
@@ -221,6 +221,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 1/4] drivers/input/touchscreen/ucb1400_ts.c needs GPIO
  2008-08-20 23:46 [patch 1/4] drivers/input/touchscreen/ucb1400_ts.c needs GPIO akpm
@ 2008-08-20 23:50 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2008-08-20 23:50 UTC (permalink / raw)
  To: akpm; +Cc: dtor, linux-input, david-b, marek.vasut, nico, vsauder

On Wed, Aug 20, 2008 at 04:46:41PM -0700, akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
> 
> ia64 allmodconfig:

NAK.  As was explained earlier this morning by others, the fixes
have been passed to me.  As of this evening, they're in my git tree.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-20 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20 23:46 [patch 1/4] drivers/input/touchscreen/ucb1400_ts.c needs GPIO akpm
2008-08-20 23:50 ` Russell King

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).