From: Alexandre Oliva Date: Mon, 16 Jan 2012 19:00:12 +0000 (-0500) Subject: brcmfmac: work-around gcc 4.7 build issue X-Git-Tag: v3.3-rc1~17^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5addc0de28f5e286f9d121112c4222250807b5a5;p=pandora-kernel.git brcmfmac: work-around gcc 4.7 build issue Alexandre Oliva says: "It's an issue brought about by GCC 4.7's partial-inlining, that ends up splitting the udelay function just at the wrong spot, in such a way that some sanity checks for constants fails, and we end up calling bad_udelay. This patch fixes the problem. Feel free to push it upstream if it makes sense to you." Signed-off-by: John W. Linville --- Reading git-diff-tree failed