mpc83xx: remove redundant MPC83xx_RESET #define
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Mon, 4 May 2020 22:21:18 +0000 (00:21 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2020 18:01:47 +0000 (14:01 -0400)
commite2e3ea891649f3a34e2ace974d47022c0ad7e314
treee4aae95c32c04437e77f7776c6677fb3297bd5d6
parentc2279d784e35fa25ee3a9fa28a74a1ba545f8c1e
mpc83xx: remove redundant MPC83xx_RESET #define

This macro is only used (tested for existence) in mpc83xx.c, which
unconditionally includes mpc83xx.h where it is unconditionally
defined. Removing it makes the remaining code easier to read.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
arch/powerpc/cpu/mpc83xx/cpu.c
include/mpc83xx.h