USB: isp1362: fix build failure on ARM systems via irq_flags cleanup
authorLothar Wassmann <LW@KARO-electronics.de>
Fri, 15 Jan 2010 19:42:02 +0000 (14:42 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Jan 2010 23:24:36 +0000 (15:24 -0800)
commit0a2fea2e0dea9df8ead1cb45e4b9cd68e1b1d29b
treebda5ff5da128b3a79ef9cc68ef60b1aa9e3e235e
parent96b85179b464cc80d85b5c602af119d1dd6d50bb
USB: isp1362: fix build failure on ARM systems via irq_flags cleanup

There was some left over #ifdef ARM logic that is outdated but no one
really noticed.  So instead of relying on this tricky logic, properly
load and utilize the platform irq_flags resources.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Lothar Wassmann <LW@KARO-electronics.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1362-hcd.c