Re: [RFT v2 01/29] memory: omap-gpmc: Remove unneeded asm/mach-types.h inclusion

2020-08-17 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 09:40:10AM +0200, Krzysztof Kozlowski wrote: > The driver does not use macros from asm/mach-types.h (neither MACH_TYPE > nor machine_is_xxx()). Removal of this include allows compile testing > on non-ARM architectures which lack this header. > > Signed-off-by: Krzysztof

[RFT v2 01/29] memory: omap-gpmc: Remove unneeded asm/mach-types.h inclusion

2020-07-24 Thread Krzysztof Kozlowski
The driver does not use macros from asm/mach-types.h (neither MACH_TYPE nor machine_is_xxx()). Removal of this include allows compile testing on non-ARM architectures which lack this header. Signed-off-by: Krzysztof Kozlowski --- drivers/memory/omap-gpmc.c | 2 -- 1 file changed, 2