> Several s390 files use declarations that are provided indirectly through > linux/module.h -> linux/elf.h: > > * arch/s390/kernel/nospec-branch.c: s390_kernel_write() -> linux/uaccess.h, > * drivers/s390/char/uvdevice.c: copy_to_user(), copy_from_user(), > put_user(), get_user() -> linux/uaccess.h; file_operations -> linux/fs.h. > > Add the missing includes to these files in preparation for removing the > linux/elf.h include from linux/module.h. > > Signed-off-by: Petr Pavlu <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=2
