Hi John, Today's linux-next build (powerpc allyesconfig) failed like this: net/built-in.o: In function `michael_mic': (.opd+0x3ba78): multiple definition of `michael_mic' drivers/built-in.o:(.opd+0x552a8): first defined here net/built-in.o: In function `michael_mic': net/mac80211/michael.c:58: multiple definition of `.michael_mic' drivers/built-in.o:drivers/net/wireless/orinoco/mic.c:49: first defined here Immediate cause is commit 84875201dd1150dc2c16780b944fe501d588ffba ("orinoco: Move MIC helpers into new file"). I have reverted that commit (and several following ones that conflicted with the revert - see below) for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ Created commit b6349c2: Revert "orinoco: Storage class should be before const qualifier" Created commit ed58c78: Revert "orinoco: hermes doesn't need to be a separate module" Created commit c52856e: Revert "orinoco: hermes_dld does not need to be a module" Created commit ee9a469: Revert "orinoco: Move WEXT handlers into a separate file" Created commit e668502: Revert "orinoco: Move hardware functions into separate file" Created commit d8d7390: Revert "orinoco: Add hardware function to set multicast mode" Created commit 6a4d487: Revert "orinoco: Use accessor functions for bitrate tables" Created commit ecac0c1: Revert "orinoco: Move firmware handling into a separate file" Created commit d2cf8c5: Revert "orinoco: Move MIC helpers into new file"