do_reset: unify duplicate prototypes
authorMike Frysinger <vapier@gentoo.org>
Wed, 20 Oct 2010 07:41:17 +0000 (03:41 -0400)
committerWolfgang Denk <wd@denx.de>
Sun, 28 Nov 2010 20:47:24 +0000 (21:47 +0100)
commit882b7d726febe65579d6502c271412ecb05821d7
tree9932868dab6e8a9e3a0d4fcc350d0ec4511648b4
parent7842fb7c4f5be961c7aa9091dc8c760683b1377c
do_reset: unify duplicate prototypes

The duplication of the do_reset prototype has gotten out of hand,
and they're not all in sync.  Unify them all in command.h.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38 files changed:
api/api.c
arch/m68k/cpu/mcf5227x/cpu.c
arch/m68k/cpu/mcf523x/cpu.c
arch/m68k/cpu/mcf52x2/cpu.c
arch/m68k/cpu/mcf532x/cpu.c
arch/m68k/cpu/mcf5445x/cpu.c
arch/m68k/cpu/mcf547x_8x/cpu.c
arch/nios2/cpu/cpu.c
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c
arch/powerpc/lib/bootm.c
board/eltec/bab7xx/bab7xx.c
board/esd/apc405/apc405.c
board/esd/ar405/ar405.c
board/esd/ash405/ash405.c
board/esd/canbt/canbt.c
board/esd/cpci405/cpci405.c
board/esd/cpciiser4/cpciiser4.c
board/esd/du405/du405.c
board/esd/hh405/hh405.c
board/esd/pci405/pci405.c
board/esd/plu405/plu405.c
board/esd/tasreg/tasreg.c
board/esd/voh405/voh405.c
board/esd/wuh405/wuh405.c
board/freescale/m5249evb/m5249evb.c
board/funkwerk/vovpn-gw/vovpn-gw.c
board/prodrive/pdnb3/pdnb3.c
board/sacsng/sacsng.c
board/xilinx/microblaze-generic/microblaze-generic.c
board/zeus/zeus.c
common/cmd_boot.c
common/cmd_bootm.c
common/hush.c
common/main.c
include/command.h
include/exports.h
lib/vsprintf.c