From: Paul Gortmaker Date: Sun, 17 Jul 2011 19:58:06 +0000 (-0400) Subject: drivers/of: Add module.h to of_spi.c X-Git-Tag: next-20110801~6^2~154 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f028f53c8597fec5ae7093ca8c1575cb4296008b;p=karo-tx-linux.git drivers/of: Add module.h to of_spi.c This file really needs the full module.h header file present, but was just getting it implicitly before. Fix it up in advance so we avoid build failures once the cleanup commit is present. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/of/of_spi.c b/drivers/of/of_spi.c index 1dbce58a58b0..6dbc074e4876 100644 --- a/drivers/of/of_spi.c +++ b/drivers/of/of_spi.c @@ -6,6 +6,7 @@ * tree. */ +#include #include #include #include