Pārlūkot izejas kodu

MIPS: Sibyte: Export symbol periph_rev to sb1250-mac network driver.

This fixes the following modpost error:

ERROR: "periph_rev" [drivers/net/ethernet/broadcom/sb1250-mac.ko] undefined!

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 8 gadi atpakaļ
vecāks
revīzija
c1d590081e
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 1 0
      arch/mips/sibyte/bcm1480/setup.c
  2. 1 0
      arch/mips/sibyte/sb1250/setup.c

+ 1 - 0
arch/mips/sibyte/bcm1480/setup.c

@@ -36,6 +36,7 @@ unsigned int soc_pass;
 unsigned int soc_type;
 EXPORT_SYMBOL(soc_type);
 unsigned int periph_rev;
+EXPORT_SYMBOL_GPL(periph_rev);
 unsigned int zbbus_mhz;
 EXPORT_SYMBOL(zbbus_mhz);
 

+ 1 - 0
arch/mips/sibyte/sb1250/setup.c

@@ -34,6 +34,7 @@ unsigned int soc_pass;
 unsigned int soc_type;
 EXPORT_SYMBOL(soc_type);
 unsigned int periph_rev;
+EXPORT_SYMBOL_GPL(periph_rev);
 unsigned int zbbus_mhz;
 EXPORT_SYMBOL(zbbus_mhz);