a09e64fbc0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
17 lines
255 B
C
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
|