aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/dev-usb.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-07 19:32:24 +0000
committerJohn Crispin <blogic@openwrt.org>2013-02-17 01:25:42 +0100
commitfd633cf1cfe978003888dc78ff94f926fbe7dd8a (patch)
tree09f299acec755682dfe34bdadac11685e1e7d5fb /arch/mips/ath79/dev-usb.c
parentath79: add ATH79_CPU_IRQ() macro (diff)
downloadlinux-dev-fd633cf1cfe978003888dc78ff94f926fbe7dd8a.tar.xz
linux-dev-fd633cf1cfe978003888dc78ff94f926fbe7dd8a.zip
ath79: remove ATH79_MISC_IRQ_* defines
Use the ATH79_MISC_IRQ() macro instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4930/ Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/ath79/dev-usb.c')
-rw-r--r--arch/mips/ath79/dev-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/dev-usb.c b/arch/mips/ath79/dev-usb.c
index 2e041977c854..bcb165b17cae 100644
--- a/arch/mips/ath79/dev-usb.c
+++ b/arch/mips/ath79/dev-usb.c
@@ -107,7 +107,7 @@ static void __init ath79_usb_setup(void)
mdelay(900);
ath79_usb_init_resource(ath79_ohci_resources, AR71XX_OHCI_BASE,
- AR71XX_OHCI_SIZE, ATH79_MISC_IRQ_OHCI);
+ AR71XX_OHCI_SIZE, ATH79_MISC_IRQ(6));
platform_device_register(&ath79_ohci_device);
ath79_usb_init_resource(ath79_ehci_resources, AR71XX_EHCI_BASE,