commit | 11a05fbde76765e4b256b86aa3b82ea3184e3c08 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Aug 06 13:46:37 2012 +0000 |
committer | Macpaul Lin <macpaul@gmail.com> | Sat Aug 11 00:43:28 2012 +0800 |
tree | d6ed302d76a33875e47c4566ee847c34bdf30b5d | |
parent | 782ff0cd8704422c355be8fccc06bc62f0cf11b2 [diff] |
nds32: fix unused pmu_init warning Fixes the build-time warning: board.c: At top level: board.c:106: warning: 'pmu_init' defined but not used This makes the ifdef logic at the call site match the logic at the function definition. Signed-off-by: Mike Frysinger <vapier@gentoo.org>