Browse Source

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>
Russell King 13 years ago
parent
commit
ef0c14842e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-sa1100/neponset.c

+ 1 - 0
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)
 {