> drivers/char/tpm/tpm_crb_ffa.c and > drivers/virt/coco/arm-cca-guest/arm-cca-guest.c use kmalloc() functions, > which are declared in linux/slab.h. They currently rely on this header > being included indirectly through linux/module.h -> linux/elf.h. > > Add the missing includes 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=3
