Skip to content

Commit

Permalink
drivers/rapidio: idt_gen2.c is implicitly relying on getting stat.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
paulgortmaker committed Oct 31, 2011
1 parent 7e6d62d commit 0a422f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rapidio/switches/idt_gen2.c
Expand Up @@ -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>
Expand Down

0 comments on commit 0a422f2

Please sign in to comment.