From: Roland Stigge Date: Sun, 29 Apr 2012 14:47:02 +0000 (+0200) Subject: ohci-nxp: Driver cleanup X-Git-Tag: v3.5-rc1~149^2~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a99cf0713c5336ad564b055d4ed34537700df4;p=pandora-kernel.git ohci-nxp: Driver cleanup Cleanup for ohci-nxp.c: * Cleanup of resource handling (mem and irq), use devm_request_and_ioremap() * Use DMA_BIT_MASK() * Don't remove __devinit * Removed obsolete gpio.h include * More consistent bit access symbols * Removed unused extern declaration ocpi_enable() * Added error handling on i2c_get_adapter() * Whitespace cleanup Signed-off-by: Roland Stigge Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed