commit | 1ab1e61b8c9a0345c430b66122eed060a9fc970d | [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 | cf68311a8df1faba488a2e88f24af3e3aa9198ac [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>