]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc85xx: Fix a compiler warning when CONFIG_WATCHDOG is turned on
authorHorst Kronstorfer <hkronsto@frequentis.com>
Wed, 13 Mar 2013 10:14:05 +0000 (10:14 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 2 May 2013 21:56:44 +0000 (16:56 -0500)
commitdf616cae64561ba4773a75469b425698346c4ce8
treebdb8289882d2e0ad6a7235d5b9b29d6f674b3845
parent99d7b0a43ddec619739f38dc6a92777a4595182c
mpc85xx: Fix a compiler warning when CONFIG_WATCHDOG is turned on

cpu.c:288:2:
warning: implicit declaration of function 'reset_85xx_watchdog'
[-Wimplicit-function-declaration]

Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu.c