Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/rapidio: idt_gen2.c is implicitly relying on getting stat.h

Upon the trial removal of the implicit presence of module.h,
lots of files showed up that were getting the sub-includes
by default without calling them out. Fix them in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

+1
+1
drivers/rapidio/switches/idt_gen2.c
··· 10 10 * option) any later version. 11 11 */ 12 12 13 + #include <linux/stat.h> 13 14 #include <linux/rio.h> 14 15 #include <linux/rio_drv.h> 15 16 #include <linux/rio_ids.h>