]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm/imx-common: Fix warning 'get_reset_cause' defined but not used
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Mon, 18 May 2015 11:43:52 +0000 (17:13 +0530)
committerStefano Babic <sbabic@denx.de>
Tue, 19 May 2015 13:13:51 +0000 (15:13 +0200)
commit28420e780ab5b1bf4bd76ed04313b86ffc4ea17e
treec335b332521b7d68cb9a7d20c143df2a2be960c5
parent3fd10f3e25487121563fddfdd9c44cd863662b7a
arm/imx-common: Fix warning 'get_reset_cause' defined but not used

Fix below warning
arch/arm/imx-common/cpu.c:29:14: warning: ‘get_reset_cause’ defined but
not used
 static char *get_reset_cause(void)

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/imx-common/cpu.c