diff options
Diffstat (limited to 'arch/arm/mach-orion5x/dns323-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/dns323-setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index bc279a853075..cd483bfb5ca8 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -33,8 +33,8 @@ | |||
33 | #include <asm/mach/arch.h> | 33 | #include <asm/mach/arch.h> |
34 | #include <asm/mach/pci.h> | 34 | #include <asm/mach/pci.h> |
35 | #include <asm/system_info.h> | 35 | #include <asm/system_info.h> |
36 | #include <mach/orion5x.h> | ||
37 | #include <plat/orion-gpio.h> | 36 | #include <plat/orion-gpio.h> |
37 | #include "orion5x.h" | ||
38 | #include "common.h" | 38 | #include "common.h" |
39 | #include "mpp.h" | 39 | #include "mpp.h" |
40 | 40 | ||
@@ -666,6 +666,7 @@ static void __init dns323_init(void) | |||
666 | MACHINE_START(DNS323, "D-Link DNS-323") | 666 | MACHINE_START(DNS323, "D-Link DNS-323") |
667 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 667 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
668 | .atag_offset = 0x100, | 668 | .atag_offset = 0x100, |
669 | .nr_irqs = ORION5X_NR_IRQS, | ||
669 | .init_machine = dns323_init, | 670 | .init_machine = dns323_init, |
670 | .map_io = orion5x_map_io, | 671 | .map_io = orion5x_map_io, |
671 | .init_early = orion5x_init_early, | 672 | .init_early = orion5x_init_early, |