* [PATCH -mmotm] compal-laptop: depends on RKFILL
@ 2008-10-16 22:14 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-10-16 22:14 UTC (permalink / raw)
To: lkml, akpm, Cezary Jackiewicz
From: Randy Dunlap <randy.dunlap@oracle.com>
compal-laptop uses rfkill_*() so needs to depend on RFKILL
(or select it).
drivers/built-in.o: In function `compal_rfkill':
compal-laptop.c:(.init.text+0x9ac3): undefined reference to `rfkill_allocate'
compal-laptop.c:(.init.text+0x9afa): undefined reference to `rfkill_register'
compal-laptop.c:(.init.text+0x9b17): undefined reference to `rfkill_free'
drivers/built-in.o: In function `compal_cleanup':
compal-laptop.c:(.exit.text+0x912): undefined reference to `rfkill_unregister'
compal-laptop.c:(.exit.text+0x92a): undefined reference to `rfkill_unregister'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
---
drivers/misc/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- mmotm-2008-1016-0052.orig/drivers/misc/Kconfig
+++ mmotm-2008-1016-0052/drivers/misc/Kconfig
@@ -263,6 +263,7 @@ config COMPAL_LAPTOP
depends on X86
depends on ACPI_EC
depends on BACKLIGHT_CLASS_DEVICE
+ depends on RFKILL
---help---
This is a driver for laptops built by Compal:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-16 22:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 22:14 [PATCH -mmotm] compal-laptop: depends on RKFILL Randy Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.