From: Greg Kroah-Hartman Date: Fri, 8 Oct 2010 18:39:43 +0000 (-0700) Subject: Staging: brcm80211: remove broken MAX() implementation X-Git-Tag: v2.6.37-rc1~60^2~3^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea2f4d640479a40847e311282ee73695b6e82cf;p=pandora-kernel.git Staging: brcm80211: remove broken MAX() implementation Use the kernel-provided version, this one is broken. Note, there are more compiler warnings now, that's due to different types being compared, which shows how the original macro was wrong in at least one way. They need to be fixed up. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed