[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090108161222.GC4821@osiris.boeblingen.de.ibm.com>
Date: Thu, 8 Jan 2009 17:12:22 +0100
From: Heiko Carstens <heiko.carstens@...ibm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Inaky Perez-Gonzalez <inaky@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...e.de>
Cc: Martin Schwidefsky <schwidefsky@...ibm.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] wimax: fix compile bug
From: Heiko Carstens <heiko.carstens@...ibm.com>
wimax should depend on INPUT:
net/built-in.o: In function `wimax_rfkill_rm':
linux-2.6/net/wimax/op-rfkill.c:428: undefined reference to `input_unregister_device'
net/built-in.o: In function `wimax_rfkill_add':
linux-2.6/net/wimax/op-rfkill.c:370: undefined reference to `input_allocate_device'
linux-2.6/net/wimax/op-rfkill.c:384: undefined reference to `input_register_device'
linux-2.6/net/wimax/op-rfkill.c:402: undefined reference to `input_unregister_device'
linux-2.6/net/wimax/op-rfkill.c:406: undefined reference to `input_free_device'
net/built-in.o: In function `input_report_key':
linux-2.6/include/linux/input.h:1285: undefined reference to `input_event'
Cc: Inaky Perez-Gonzalez <inaky@...ux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Signed-off-by: Heiko Carstens <heiko.carstens@...ibm.com>
---
net/wimax/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/net/wimax/Kconfig
===================================================================
--- linux-2.6.orig/net/wimax/Kconfig
+++ linux-2.6/net/wimax/Kconfig
@@ -4,6 +4,7 @@
menuconfig WIMAX
tristate "WiMAX Wireless Broadband support"
+ depends on INPUT
help
Select to configure support for devices that provide
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists