diff options
author | David Daney <ddaney@caviumnetworks.com> | 2009-05-05 20:35:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 06:06:29 -0400 |
commit | 3e903bd9b192fe9739bb960191402d3b97ef4f6c (patch) | |
tree | 339b80134e3091de47ac06b3f53fd0fdbcb99731 /arch | |
parent | 6fa044ab8ab609bf95423b2841e20a2f4bb3a86d (diff) |
MIPS: Export cvmx_sysinfo_get needed by octeon-ethernet driver.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/cavium-octeon/executive/cvmx-sysinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c b/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c index 4812370706a1..e5838890cba5 100644 --- a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c +++ b/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c | |||
@@ -29,6 +29,7 @@ | |||
29 | * This module provides system/board/application information obtained | 29 | * This module provides system/board/application information obtained |
30 | * by the bootloader. | 30 | * by the bootloader. |
31 | */ | 31 | */ |
32 | #include <linux/module.h> | ||
32 | 33 | ||
33 | #include <asm/octeon/cvmx.h> | 34 | #include <asm/octeon/cvmx.h> |
34 | #include <asm/octeon/cvmx-spinlock.h> | 35 | #include <asm/octeon/cvmx-spinlock.h> |
@@ -69,6 +70,7 @@ struct cvmx_sysinfo *cvmx_sysinfo_get(void) | |||
69 | { | 70 | { |
70 | return &(state.sysinfo); | 71 | return &(state.sysinfo); |
71 | } | 72 | } |
73 | EXPORT_SYMBOL(cvmx_sysinfo_get); | ||
72 | 74 | ||
73 | /** | 75 | /** |
74 | * This function is used in non-simple executive environments (such as | 76 | * This function is used in non-simple executive environments (such as |