[ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIO
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 15 May 2009 06:11:22 +0000 (10:11 +0400)
committerEric Miao <eric.miao@marvell.com>
Mon, 18 May 2009 13:52:09 +0000 (21:52 +0800)
Currently spitz_ohci_init() that requests GPIO doesn't have
corresponding spitz_ohci_exit() which will gpio_free(). This causes
minor problems e.g. during resume when the OHCI device can't be resumed.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/spitz.c

Simple merge