[ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resource
authorEric Miao <eric.miao@marvell.com>
Fri, 3 Oct 2008 14:37:21 +0000 (22:37 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Oct 2008 18:12:58 +0000 (19:12 +0100)
Depending on the order of how resource is defined in the platform
device is not good, use platform_get_{irq,resource} for the IRQ
and memory resources.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found