From: Paul Gortmaker Date: Fri, 15 Jul 2011 20:48:24 +0000 (-0400) Subject: drivers/rapidio: idt_gen2.c is implicitly relying on getting stat.h X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0a422f2b1d213f6abeecde88fb45c4b7fa1fd358;p=~shefty%2Frdma-dev.git 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 --- diff --git a/drivers/rapidio/switches/idt_gen2.c b/drivers/rapidio/switches/idt_gen2.c index 043ee3136e4..809b7a3336b 100644 --- a/drivers/rapidio/switches/idt_gen2.c +++ b/drivers/rapidio/switches/idt_gen2.c @@ -10,6 +10,7 @@ * option) any later version. */ +#include #include #include #include