diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/include/mach/hardware.h')
| -rw-r--r-- | arch/arm/mach-ep93xx/include/mach/hardware.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/hardware.h b/arch/arm/mach-ep93xx/include/mach/hardware.h new file mode 100644 index 00000000000..529807d182b --- /dev/null +++ b/arch/arm/mach-ep93xx/include/mach/hardware.h | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-ep93xx/include/mach/hardware.h | ||
| 3 | */ | ||
| 4 | #ifndef __ASM_ARCH_HARDWARE_H | ||
| 5 | #define __ASM_ARCH_HARDWARE_H | ||
| 6 | |||
| 7 | #include "ep93xx-regs.h" | ||
| 8 | |||
| 9 | #define pcibios_assign_all_busses() 0 | ||
| 10 | |||
| 11 | #include "platform.h" | ||
| 12 | |||
| 13 | #include "gesbc9312.h" | ||
| 14 | #include "ts72xx.h" | ||
| 15 | |||
| 16 | #endif | ||
