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)
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>

No differences found