From: Dmitry Eremin-Solenikov Date: Fri, 15 May 2009 06:11:22 +0000 (+0400) Subject: [ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIO X-Git-Tag: v2.6.30-rc8~15^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81b38688f50f51123490d45d51f4a10e8dc1184;p=pandora-kernel.git [ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIO 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 Signed-off-by: Eric Miao --- Reading git-diff-tree failed