diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-11-27 23:11:44 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-23 13:02:34 +0100 |
commit | ce4126cbe3d90cd00cb62f75b3b15f8e9260a301 (patch) | |
tree | 44035d05595fa49e4edee3436c30c44f89651801 /arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c | |
parent | MIPS: Fix build error seen in some configurations (diff) | |
download | linux-ce4126cbe3d90cd00cb62f75b3b15f8e9260a301.tar.xz linux-ce4126cbe3d90cd00cb62f75b3b15f8e9260a301.zip |
MIPS: cavium-octeon: export symbols needed by octeon-ethernet
Export symbols needed by the octeon-ethernet driver. The patch fixes a
build failure with CONFIG_OCTEON_ETHERNET=m.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6166/
Diffstat (limited to 'arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c')
-rw-r--r-- | arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c b/arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c index 132bccc66a93..8241fc6aa17d 100644 --- a/arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c +++ b/arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c @@ -47,6 +47,7 @@ * state. It points to a bootmem named block. */ __cvmx_cmd_queue_all_state_t *__cvmx_cmd_queue_state_ptr; +EXPORT_SYMBOL_GPL(__cvmx_cmd_queue_state_ptr); /** * Initialize the Global queue state pointer. |