diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa320.h')
-rw-r--r-- | arch/arm/mach-pxa/pxa320.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa320.h b/arch/arm/mach-pxa/pxa320.h new file mode 100644 index 000000000..c701e3f66 --- /dev/null +++ b/arch/arm/mach-pxa/pxa320.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __MACH_PXA320_H +#define __MACH_PXA320_H + +#include "pxa3xx.h" +#include "mfp-pxa320.h" + +#endif /* __MACH_PXA320_H */ + |