]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/mm: do not include <asm-generic/io.h> directly
authorBaoquan He <bhe@redhat.com>
Sun, 11 Jun 2023 10:37:43 +0000 (18:37 +0800)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 28 Jun 2023 11:57:08 +0000 (13:57 +0200)
commit51f513fd9659faf00976071a9525474b08764ccb
tree2d2a15c9a84fb23d9a55b4fccbb24f3dd12aaab7
parent688fcbbb9c0b023b54cf306cbac54300cef7fa5b
s390/mm: do not include <asm-generic/io.h> directly

We should always include <asm/io.h> in ARCH, but not <asm-generic/io.h>
directly. Otherwise, macro defined by ARCH won't be seen and could cause
building error.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202306100105.8GHnoMCP-lkp@intel.com/
Link: https://lore.kernel.org/all/ZIWrtFMUnRfVP5h0@MiWiFi-R3L-srv/
Signed-off-by: Baoquan He <bhe@redhat.com>
[agordeev@linux.ibm.com changed patch description]
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c