Skip to content

Commit 51f513f

Browse files
Baoquan HeAlexander Gordeev
authored andcommitted
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>
1 parent 688fcbb commit 51f513f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/kernel/perf_cpum_sf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <asm/irq.h>
2323
#include <asm/debug.h>
2424
#include <asm/timex.h>
25-
#include <asm-generic/io.h>
25+
#include <asm/io.h>
2626

2727
/* Minimum number of sample-data-block-tables:
2828
* At least one table is required for the sampling buffer structure.

0 commit comments

Comments
 (0)