From: Andreas Larsson Date: Thu, 27 Mar 2014 15:15:55 +0000 (+0100) Subject: usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_map X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196800da39a142e2952ad5e1cb58a84838956764;p=pandora-kernel.git usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_map Use platform_get_irq as no mapping needs to be done. No functional difference for SPARC which is the typical environment for the driver though. Suggested by Mark Rutland. Signed-off-by: Andreas Larsson Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed