mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
49ea7fc094
PXA95x isn't widely used. And it adds the effort on supporting multiple platform. So remove it. The assumption is that nobody will miss this support. If you are reading this text because you actually require pxa95x support on a new kernel, we can work out a way to revert this patch or add support to the mmp platform. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
14 lines
286 B
C
14 lines
286 B
C
#ifndef __MACH_PXA3XX_H
|
|
#define __MACH_PXA3XX_H
|
|
|
|
#include <mach/hardware.h>
|
|
#include <mach/pxa3xx-regs.h>
|
|
#include <mach/irqs.h>
|
|
|
|
extern void __init pxa3xx_map_io(void);
|
|
extern void __init pxa3xx_init_irq(void);
|
|
|
|
#define pxa3xx_handle_irq ichp_handle_irq
|
|
|
|
#endif /* __MACH_PXA3XX_H */
|