Re: [PATCH] um: kunit: resolve missing prototypes warning

2024-09-04 Thread Gabriele Monaco
First of all, thanks for the quick reply > I get that you have this on kunit on ARCH=um, but that makes it > neither > a kunit nor a um patch :) Well, yes I wasn't entirely sure how to put it, sure people from UM/KUnit know what this is about, but I agree perhaps the patch title can be a bit mi

[PATCH] um: kunit: resolve missing prototypes warning

2024-09-04 Thread Gabriele Monaco
. Moving the inclusion of `asm-generic/iomap.h` fixes it. Signed-off-by: Gabriele Monaco --- include/asm-generic/io.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h index 80de699bf6af..0b02c8e38f20 100644 --- a