* linux-next-20110831 build failure in iwlwifi when IWLWIFI_DEBUGFS not set
@ 2011-08-31 19:16 Valdis.Kletnieks-PjAqaU27lzQ
0 siblings, 0 replies; only message in thread
From: Valdis.Kletnieks-PjAqaU27lzQ @ 2011-08-31 19:16 UTC (permalink / raw)
To: Wey-Yi Guy, Intel Linux Wireless
Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA,
netdev-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
Build error in linux-next 20110831:
drivers/built-in.o: In function `iwl_irq_handle_error':
iwl-trans-rx-pcie.c:(.text+0x100ee9): undefined reference to `iwl_dump_csr'
iwl-trans-rx-pcie.c:(.text+0x100ef5): undefined reference to `iwl_dump_fh'
Calling site is iwl-trans-rx-pcie.c, function iwl_irq_handle_error.
The functions are in iwl-trans.c, but hidden behind #ifdef
CONFIG_IWLWIFI_DEBUGFS so if that isn't defined, they don't get built. The
call site already has an IWLWIFI_DEBUG ifdef, looks like iwl_irq_handle_error()
needs some tender loving restructuring.
[-- Attachment #2: Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-31 19:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 19:16 linux-next-20110831 build failure in iwlwifi when IWLWIFI_DEBUGFS not set Valdis.Kletnieks-PjAqaU27lzQ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox