From: Greg Kroah-Hartman Date: Thu, 28 Oct 2010 16:55:53 +0000 (-0700) Subject: Staging: brcm80211: fix usage of roundup in structures X-Git-Tag: v2.6.37-rc1~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af634789c93b97cfb314a102436716be8fbc577;p=pandora-kernel.git Staging: brcm80211: fix usage of roundup in structures Now that the roundup macro is sane, it can't be used in structure definitions, or the build breaks.. For now, create a "broken_roundup()" macro to get everything building again, but in the end, fixing these structures to use a proper size value is the correct thing to do. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed