linuxkpi: io.h: Do not include asm/set_memory.h for armv6 and armv7

They do not have the same pmap api and this cannot work for those arch.

Fixes:	789dbdbb48 ("linuxkpi: Add arch_io_{reserve,free}_memtype_wc")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2022-08-08 18:54:23 +02:00
parent cbd1e83154
commit d387a1b4b1

View File

@ -38,7 +38,9 @@
#include <linux/compiler.h>
#include <linux/types.h>
#if defined(__amd64__) || defined(__arm64__) || defined(__i386__) || defined(__riscv__)
#include <asm/set_memory.h>
#endif
/*
* XXX This is all x86 specific. It should be bus space access.