summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 15:58:06 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:55 -0400
commit48a9e412b69ab000a6f6bcdc79d4ea982d2f35c1 (patch)
treeee79860df1041f23415e246ef245ca36dea9b2a6
parentbaf79c33e2c67b50b4415670c7baedb9702805f5 (diff)
downloadlinux-3.10-48a9e412b69ab000a6f6bcdc79d4ea982d2f35c1.tar.gz
linux-3.10-48a9e412b69ab000a6f6bcdc79d4ea982d2f35c1.tar.bz2
linux-3.10-48a9e412b69ab000a6f6bcdc79d4ea982d2f35c1.zip
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 <paul.gortmaker@windriver.com>
-rw-r--r--drivers/of/of_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_spi.c b/drivers/of/of_spi.c
index 1dbce58a58b..6dbc074e487 100644
--- a/drivers/of/of_spi.c
+++ b/drivers/of/of_spi.c
@@ -6,6 +6,7 @@
* tree.
*/
+#include <linux/module.h>
#include <linux/of.h>
#include <linux/device.h>
#include <linux/spi/spi.h>