forked from Minki/linux
654a60e0b4
saarb uses pxa3xx_map_io and pxa3xx_handle_irq, which are part of the pxa3xx code. This makes sure the necessary header and implementation is used when building the board file. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
8 lines
133 B
C
8 lines
133 B
C
#ifndef __MACH_PXA95X_H
|
|
#define __MACH_PXA95X_H
|
|
|
|
#include <mach/pxa3xx.h>
|
|
#include <mach/mfp-pxa930.h>
|
|
|
|
#endif /* __MACH_PXA95X_H */
|