From: Paul Mundt Date: Mon, 8 Nov 2010 08:02:26 +0000 (+0900) Subject: sh: intc: Fix up initializers for gcc 4.5. X-Git-Tag: v2.6.37-rc2~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99870bd784ff9eb2405eab060125c0ded74968cd;p=pandora-kernel.git sh: intc: Fix up initializers for gcc 4.5. The _INTC_ARRAY() initializer presently does a NULL test which blows up as a non-constant initializer under gcc 4.5. This switches over to a type test to account for NULL initializers explicitly. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed