diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-15 16:48:24 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:57 -0400 |
commit | 0a422f2b1d213f6abeecde88fb45c4b7fa1fd358 (patch) | |
tree | d77fb4f13617f44eb7acb813c86b88c867e29e20 /drivers/rapidio | |
parent | 7e6d62db5efecded2dd4606ff2ff3726b9c52505 (diff) |
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>
Diffstat (limited to 'drivers/rapidio')
-rw-r--r-- | drivers/rapidio/switches/idt_gen2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rapidio/switches/idt_gen2.c b/drivers/rapidio/switches/idt_gen2.c index 043ee3136e40..809b7a3336ba 100644 --- a/drivers/rapidio/switches/idt_gen2.c +++ b/drivers/rapidio/switches/idt_gen2.c @@ -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> |