diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-05-25 07:41:53 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-05-25 07:41:53 (GMT) |
commit | ef0c14842e6e04b860d0309c5d5a3c1ead344e35 (patch) | |
tree | 811d9dfb6d0a1bb41917b6ac1dab8acef023803d /arch/arm | |
parent | af06bb9f12990cae941816f9d7051dc5bf93c8a2 (diff) | |
download | linux-ef0c14842e6e04b860d0309c5d5a3c1ead344e35.tar.xz |
ARM: neponset: make sure neponset_ncr_frob() is exported
This function is used by modules (such as the SA1111 PCMCIA driver)
so it needs to be exported.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-sa1100/neponset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/neponset.c b/arch/arm/mach-sa1100/neponset.c index 6c58f01..266db87 100644 --- a/arch/arm/mach-sa1100/neponset.c +++ b/arch/arm/mach-sa1100/neponset.c @@ -89,6 +89,7 @@ void neponset_ncr_frob(unsigned int mask, unsigned int val) WARN(1, "nep_base unset\n"); } } +EXPORT_SYMBOL(neponset_ncr_frob); static void neponset_set_mctrl(struct uart_port *port, u_int mctrl) { |