From: Akinobu Mita Date: Tue, 5 Oct 2010 15:55:29 +0000 (+0900) Subject: tile: replace some BUG_ON checks with BUILD_BUG_ON checks X-Git-Tag: v2.6.37-rc1~103^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5bbad6770882209b0ac58b0ba9259a98cfb953;p=pandora-kernel.git tile: replace some BUG_ON checks with BUILD_BUG_ON checks Some BUG_ON checks can be detected at compile time rather than at runtime. Signed-off-by: Akinobu Mita Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed