]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: brcm80211: fix usage of roundup in structures
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Oct 2010 16:55:53 +0000 (09:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Oct 2010 16:55:53 +0000 (09:55 -0700)
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 <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found