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