]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mmp: include the correct cputype.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 10 Dec 2019 20:34:00 +0000 (21:34 +0100)
committerOlof Johansson <olof@lixom.net>
Wed, 11 Dec 2019 16:51:54 +0000 (08:51 -0800)
commitf4924c57d5830c20f58aadc3533791755b3909c6
treea22dba610dd274f29612ef3d4d14cf7a10e39b9e
parent94e4cab449a5a734a6b20dd66ac62195708d3057
ARM: mmp: include the correct cputype.h

The file was moved, causing a build error:

In file included from /git/arm-soc/arch/arm/mach-mmp/pxa168.c:28:
arch/arm/mach-mmp/pxa168.h:22:10: fatal error: cputype.h: No such file or directory

Include it from the new location.

Link: https://lore.kernel.org/r/20191210203409.2875880-1-arnd@arndb.de
Fixes: e5c1070e0a85 ("ARM: mmp: move cputype.h to include/linux/soc/")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-mmp/pxa168.h