> jiffies.c uses proc_int_u2k_conv_uop(), proc_int_k2u_conv_kop(), > proc_int_conv(), proc_dointvec_conv() and proc_doulongvec_minmax_conv(), > which are declared in linux/sysctl.h. It currently gets that header > indirectly through linux/module.h -> linux/kmod.h, but the latter no longer > needs to include linux/sysctl.h. > > Include linux/sysctl.h directly in jiffies.c ahead of removing the > unnecessary include from linux/kmod.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
