summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2013-07-04 15:37:31 +0200
committerTom Rini <trini@ti.com>2013-10-09 10:07:56 -0400
commita3b88121eb2535111cef690b0bc86b2b4fa571a1 (patch)
tree42f29e96c598e06e64f386778f8e40dfb12cf130 /board
parent3be2bdf5dc69b3142c1162a59bc67191c9077567 (diff)
downloadblackbird-obmc-uboot-a3b88121eb2535111cef690b0bc86b2b4fa571a1.tar.gz
blackbird-obmc-uboot-a3b88121eb2535111cef690b0bc86b2b4fa571a1.zip
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>
Diffstat (limited to 'board')
-rw-r--r--board/keymile/km83xx/km83xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/km83xx/km83xx.c b/board/keymile/km83xx/km83xx.c
index 76291a747c..0543483d5a 100644
--- a/board/keymile/km83xx/km83xx.c
+++ b/board/keymile/km83xx/km83xx.c
@@ -28,7 +28,7 @@
#include "../common/common.h"
-static const qe_iop_conf_t qe_iop_conf_tab[] = {
+const qe_iop_conf_t qe_iop_conf_tab[] = {
/* port pin dir open_drain assign */
#if defined(CONFIG_MPC8360)
/* MDIO */
OpenPOWER on IntegriCloud