diff options
author | Olof Johansson <olof@lixom.net> | 2019-10-21 18:52:24 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-10-21 19:13:56 -0700 |
commit | a362687404edc5d73a4fc281af3b2b1542ef194e (patch) | |
tree | 4c0dd0be07a711b7e75dccd2100b7ea73ee23549 /include/linux/soc | |
parent | d0862daf0f546a66acd8958469c639399532483c (diff) |
soc: mmp: guard include of asm/cputype.h with CONFIG_ARM{,64}
Since this driver is enabled for COMPILE_TEST, it avoids build error
on x86 allmodconfig:
In file included from /build/drivers/phy/marvell/phy-mmp3-usb.c:12:
/build/include/linux/soc/mmp/cputype.h:5:10: fatal error: asm/cputype.h: No such file or directory
Link: https://lore.kernel.org/r/20191022015658.14624-1-olof@lixom.net
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/linux/soc')
-rw-r--r-- | include/linux/soc/mmp/cputype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soc/mmp/cputype.h b/include/linux/soc/mmp/cputype.h index c3ec88983e94..221790761e8e 100644 --- a/include/linux/soc/mmp/cputype.h +++ b/include/linux/soc/mmp/cputype.h @@ -2,7 +2,9 @@ #ifndef __ASM_MACH_CPUTYPE_H #define __ASM_MACH_CPUTYPE_H +#if defined(CONFIG_ARM) || defined(CONFIG_ARM64) #include <asm/cputype.h> +#endif /* * CPU Stepping CPU_ID CHIP_ID |