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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Link: https://lore.kernel.org/all/ZIWrtFMUnRfVP5h0@MiWiFi-R3L-srv/ Signed-off-by: Baoquan He <[email protected]> [[email protected] changed patch description] Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 688fcbb commit 51f513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)