From: Randy Dunlap <randy.dunlap@oracle•com>
To: Stephen Rothwell <sfr@canb•auug.org.au>,
gregkh@suse•de, driverdevel <devel@driverdev•osuosl.org>
Cc: linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>,
Ramesh Agarwal <ramesh.agarwal@intel•com>
Subject: [PATCH -next] staging: clearpad_tm1217 depends on INPUT
Date: Wed, 17 Nov 2010 15:38:46 -0800 [thread overview]
Message-ID: <20101117153846.072dc988.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20101117140956.a8264c75.sfr@canb.auug.org.au>
From: Randy Dunlap <randy.dunlap@oracle•com>
clearpad_tm1217 driver uses many input_() interfaces, so it should
depend on INPUT.
clearpad_tm1217.c:(.text+0xf19ac): undefined reference to `input_unregister_device'
clearpad_tm1217.c:(.text+0xf1b19): undefined reference to `input_event'
clearpad_tm1217.c:(.text+0xf1b31): undefined reference to `input_event'
clearpad_tm1217.c:(.text+0xf1bb4): undefined reference to `input_event'
clearpad_tm1217.c:(.text+0xf1bf2): undefined reference to `input_event'
drivers/built-in.o:clearpad_tm1217.c:(.text+0xf1c08): more undefined references to `input_event' follow
clearpad_tm1217.c:(.text+0xf1df3): undefined reference to `input_allocate_device'
clearpad_tm1217.c:(.text+0xf1eac): undefined reference to `input_set_abs_params'
clearpad_tm1217.c:(.text+0xf1ed1): undefined reference to `input_set_abs_params'
clearpad_tm1217.c:(.text+0xf1ed8): undefined reference to `input_register_device'
clearpad_tm1217.c:(.text+0xf2040): undefined reference to `input_unregister_device'
clearpad_tm1217.c:(.text+0xf204b): undefined reference to `input_free_device'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle•com>
Cc: Ramesh Agarwal <ramesh.agarwal@intel•com>
---
drivers/staging/cptm1217/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20101117.orig/drivers/staging/cptm1217/Kconfig
+++ linux-next-20101117/drivers/staging/cptm1217/Kconfig
@@ -2,6 +2,7 @@ config TOUCHSCREEN_CLEARPAD_TM1217
tristate "Synaptics Clearpad TM1217"
depends on I2C
depends on GPIOLIB
+ depends on INPUT
help
Say Y here if you have a Synaptics Clearpad TM1217 Controller
prev parent reply other threads:[~2010-11-17 23:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-17 3:09 linux-next: Tree for November 17 Stephen Rothwell
2010-11-17 17:23 ` Zimny Lech
2010-11-17 17:59 ` Randy Dunlap
2010-11-17 23:14 ` Stephen Rothwell
2010-11-17 23:24 ` Randy Dunlap
2010-11-18 0:16 ` Stephen Rothwell
2010-11-17 22:53 ` Zimny Lech
2010-11-17 23:09 ` Randy Dunlap
2010-11-17 23:38 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101117153846.072dc988.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle$(echo .)com \
--cc=devel@driverdev$(echo .)osuosl.org \
--cc=gregkh@suse$(echo .)de \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=ramesh.agarwal@intel$(echo .)com \
--cc=sfr@canb$(echo .)auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox