ARM: mx3: complement uart init routine with an exit routine
commit5109a4597f7e758b8d20694392d0361a0b4c43b1
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 23 Jun 2010 09:57:19 +0000 (23 11:57 +0200)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 30 Jun 2010 07:01:01 +0000 (30 09:01 +0200)
treef4a3553afd4c682a1ac0c19577a94f7208485c0f
parent6eafde5f02b1f34b7e083d1d6522f40e850bf355
ARM: mx3: complement uart init routine with an exit routine

moboard_uart0_init requests a gpio.   Without an exit function that
frees that gpio again binding the uart a second time doesn't work.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/mach-mx3/mach-mx31moboard.c