commit | 99870bd784ff9eb2405eab060125c0ded74968cd | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Nov 08 17:02:26 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Nov 09 16:38:20 2010 +0900 |
tree | e0c24923ae2453440de4b5d881451405aa473541 | |
parent | a7bcf21e60c73cb7f7c13fad928967d7e47c3cac [diff] |
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 <lethal@linux-sh.org>