From: Lennert Buytenhek Date: Wed, 29 Mar 2006 13:12:44 +0000 (+0200) Subject: [PATCH] ixp2000: fix gcc4 breakage X-Git-Tag: v2.6.17-rc1~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d4fe2c1ce83c3e967ccc1ba3d580c1a5603a866;p=pandora-kernel.git [PATCH] ixp2000: fix gcc4 breakage 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed