Commit a3b88121eb2535111cef690b0bc86b2b4fa571a1

Authored by Holger Brunck
Committed by Tom Rini
1 parent 3be2bdf5dc

powerpc/83xx: remove staticness for qe_iop_conf_tab

commit a5510058 powerpc/83xx/km: make local functions and structs static

removed the staticness also from this struct. But this struct is needed
in arch/powerpc/cpu/mpc83xx/cpu_init.c and declared as extern.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/keymile/km83xx/km83xx.c
... ... @@ -28,7 +28,7 @@
28 28  
29 29 #include "../common/common.h"
30 30  
31   -static const qe_iop_conf_t qe_iop_conf_tab[] = {
  31 +const qe_iop_conf_t qe_iop_conf_tab[] = {
32 32 /* port pin dir open_drain assign */
33 33 #if defined(CONFIG_MPC8360)
34 34 /* MDIO */