commit | 5d4fe2c1ce83c3e967ccc1ba3d580c1a5603a866 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Wed Mar 29 15:12:44 2006 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Mar 29 17:34:02 2006 -0500 |
tree | dbadab717d643708ed140eb72fa3b132eefa56ba | |
parent | 391fc09a143aac08d1a3dc37b60238612b504ad3 [diff] |
[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 <buytenh@wantstofly.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>