[PATCH] ixp2000: fix gcc4 breakage
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 29 Mar 2006 13:12:44 +0000 (15:12 +0200)
committerJeff Garzik <jeff@garzik.org>
Wed, 29 Mar 2006 22:34:02 +0000 (17:34 -0500)
gcc4 doesn't like us declaring a static function inside another
function.  We can do away with this construct altogether and use
BUILD_BUG_ON() instead (idea from Andi Kleen.)

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found