* Compile failure related to iwlegacy
@ 2011-11-22 18:11 Ben Greear
2011-11-22 18:17 ` Ben Greear
0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2011-11-22 18:11 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org
I just pulled wireless-testing and tried building:
BUILD arch/x86/boot/bzImage
Setup is 14908 bytes (padded to 15360 bytes).
System is 3555 kB
CRC 36c2015b
Kernel: arch/x86/boot/bzImage is ready (#28)
MODPOST 2828 modules
ERROR: "il_dbgfs_unregister" [drivers/net/wireless/iwlegacy/iwl4965.ko] undefined!
ERROR: "il_dbgfs_register" [drivers/net/wireless/iwlegacy/iwl4965.ko] undefined!
ERROR: "il_dbgfs_unregister" [drivers/net/wireless/iwlegacy/iwl3945.ko] undefined!
ERROR: "il_dbgfs_register" [drivers/net/wireless/iwlegacy/iwl3945.ko] undefined!
WARNING: modpost: Found 7 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compile failure related to iwlegacy
2011-11-22 18:11 Compile failure related to iwlegacy Ben Greear
@ 2011-11-22 18:17 ` Ben Greear
0 siblings, 0 replies; 2+ messages in thread
From: Ben Greear @ 2011-11-22 18:17 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org
On 11/22/2011 10:11 AM, Ben Greear wrote:
> I just pulled wireless-testing and tried building:
Well, this makes it compile..but I'll let the driver guys post
a real patch in case they want to solve it differently.
[greearb@build-32 linux.wireless-testing]$ git diff
diff --git a/drivers/net/wireless/iwlegacy/debug.c b/drivers/net/wireless/iwlegacy/debug.c
index 928bdbb..c80fd57 100644
--- a/drivers/net/wireless/iwlegacy/debug.c
+++ b/drivers/net/wireless/iwlegacy/debug.c
@@ -27,6 +27,7 @@
*****************************************************************************/
#include <linux/ieee80211.h>
#include <net/mac80211.h>
+#include <linux/export.h>
#include "common.h"
>
> BUILD arch/x86/boot/bzImage
> Setup is 14908 bytes (padded to 15360 bytes).
> System is 3555 kB
> CRC 36c2015b
> Kernel: arch/x86/boot/bzImage is ready (#28)
> MODPOST 2828 modules
> ERROR: "il_dbgfs_unregister" [drivers/net/wireless/iwlegacy/iwl4965.ko] undefined!
> ERROR: "il_dbgfs_register" [drivers/net/wireless/iwlegacy/iwl4965.ko] undefined!
> ERROR: "il_dbgfs_unregister" [drivers/net/wireless/iwlegacy/iwl3945.ko] undefined!
> ERROR: "il_dbgfs_register" [drivers/net/wireless/iwlegacy/iwl3945.ko] undefined!
> WARNING: modpost: Found 7 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>
> Thanks,
> Ben
>
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-22 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 18:11 Compile failure related to iwlegacy Ben Greear
2011-11-22 18:17 ` Ben Greear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).