* [PATCH -next] platform/x86: fix amilo-rfkill build errors
[not found] <20130515132627.817585a3d9fb3a3e502eb586@canb.auug.org.au>
@ 2013-05-15 21:03 ` Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2013-05-15 21:03 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-next, linux-kernel, Ben Hutchings, Matthew Garrett,
Platform Driver
From: Randy Dunlap <rdunlap@infradead.org>
Fix build error in amilo-rfkill.c by making it dependent on
SERIO_I8042:
drivers/built-in.o: In function `amilo_a1655_rfkill_set_block':
amilo-rfkill.c:(.text+0x264a89): undefined reference to `i8042_lock_chip'
amilo-rfkill.c:(.text+0x264a97): undefined reference to `i8042_command'
amilo-rfkill.c:(.text+0x264a9e): undefined reference to `i8042_unlock_chip'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ben Hutchings <ben@decadent.org.uk>
---
drivers/platform/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20130515.orig/drivers/platform/x86/Kconfig
+++ linux-next-20130515/drivers/platform/x86/Kconfig
@@ -175,7 +175,7 @@ config FUJITSU_TABLET
config AMILO_RFKILL
tristate "Fujitsu-Siemens Amilo rfkill support"
- depends on RFKILL
+ depends on RFKILL && SERIO_I8042
---help---
This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
laptops.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-15 21:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20130515132627.817585a3d9fb3a3e502eb586@canb.auug.org.au>
2013-05-15 21:03 ` [PATCH -next] platform/x86: fix amilo-rfkill build errors Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox