From: Randy Dunlap Fix UWB kconfig so that function reference problems are not generated. next-20080430/drivers/uwb/whc-rc.c:478: undefined reference to `hwarc_filter_event' next-20080430/drivers/uwb/whc-rc.c:478: undefined reference to `hwarc_filter_cmd' Signed-off-by: Randy Dunlap Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/uwb/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/uwb/Kconfig~uwb-fix-kconfig-causing-undefined-references drivers/uwb/Kconfig --- a/drivers/uwb/Kconfig~uwb-fix-kconfig-causing-undefined-references +++ a/drivers/uwb/Kconfig @@ -44,6 +44,7 @@ config UWB_HWA config UWB_WHCI tristate "UWB Radio Control driver for WHCI-compliant cards" depends on PCI + depends on UWB_HWA help This driver enables the radio controller for WHCI cards. _