]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nds32: fix unused pmu_init warning
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Aug 2012 13:46:37 +0000 (13:46 +0000)
committerMacpaul Lin <macpaul@gmail.com>
Fri, 10 Aug 2012 16:43:28 +0000 (00:43 +0800)
commit11a05fbde76765e4b256b86aa3b82ea3184e3c08
treed6ed302d76a33875e47c4566ee847c34bdf30b5d
parent782ff0cd8704422c355be8fccc06bc62f0cf11b2
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>
arch/nds32/lib/board.c