android_kernel_xiaomi_sm8350/arch/arm/mach-ep93xx/include/mach/hardware.h
Russell King a09e64fbc0 [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
This just leaves include/asm-arm/plat-* to deal with.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-08-07 09:55:48 +01:00

17 lines
255 B
C

/*
* arch/arm/mach-ep93xx/include/mach/hardware.h
*/
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
#include "ep93xx-regs.h"
#define pcibios_assign_all_busses() 0
#include "platform.h"
#include "gesbc9312.h"
#include "ts72xx.h"
#endif