From: Arend van Spriel Date: Mon, 8 Aug 2011 13:59:05 +0000 (+0200) Subject: staging: brcm80211: remove target platform limitations for drivers X-Git-Tag: v3.2-rc1~169^2^2~864^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d2e1f3dfbac5cdb93f9990840b24350b3d9403;p=pandora-kernel.git staging: brcm80211: remove target platform limitations for drivers Several issue have been reported building the driver on big endian systems. Following commits were done on driver Kconfig: d462039 Staging: brcm80211: disable drivers except for X86 or MIPS platforms 15e5201 Staging: brcm80211: disable drivers for PPC platforms These problems have been resolved so the added 'depends' lines in the Kconfig have been removed. Compile tested it for following architectures: little endian x86 x86_64 arm mips big endian ppc64 sparc64 mips Reported-by: David S. Miller Reported-by: Stephen Rothwell Reported-by: Greg Kroah-Hartman Reviewed-by: Roland Vossen Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed