1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -2108,7 +2108,7 @@ static void __init nb4_nvram_fixup(void)
6 #ifdef CONFIG_SSB_PCIHOST
7 -static struct ssb_sprom bcm63xx_sprom = {
8 +struct ssb_sprom bcm63xx_sprom = {
12 @@ -2128,6 +2128,7 @@ static struct ssb_sprom bcm63xx_sprom =
13 .boardflags_lo = 0x2848,
14 .boardflags_hi = 0x0000,
16 +EXPORT_SYMBOL(bcm63xx_sprom);
18 int bcm63xx_get_fallback_sprom(struct ssb_bus *bus, struct ssb_sprom *out)