diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-09-21 08:59:07 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-09-21 17:54:12 +0100 |
commit | 339c3a6a12faf57c57a23f3d714ce89a831822fc (patch) | |
tree | a43c1bde6044e1b04e5018810e664cf60cf3e65b /arch/mips | |
parent | 335fb8fc71692830aca0a5a5fe7f60016ee0d0aa (diff) | |
download | linux-339c3a6a12faf57c57a23f3d714ce89a831822fc.tar.bz2 |
[MIPS] BCM1480: Export zbbus_mhz.
Symbol is required by the ZBus profiler.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sibyte/bcm1480/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sibyte/bcm1480/setup.c b/arch/mips/sibyte/bcm1480/setup.c index bb28f28e8042..f2eefbe99916 100644 --- a/arch/mips/sibyte/bcm1480/setup.c +++ b/arch/mips/sibyte/bcm1480/setup.c @@ -35,6 +35,7 @@ unsigned int soc_type; EXPORT_SYMBOL(soc_type); unsigned int periph_rev; unsigned int zbbus_mhz; +EXPORT_SYMBOL(zbbus_mhz); static unsigned int part_type; |