Commit 0a422f2b authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 7e6d62db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * option) any later version.
 */

#include <linux/stat.h>
#include <linux/rio.h>
#include <linux/rio_drv.h>
#include <linux/rio_ids.h>