Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef0c1484 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent af06bb9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{