summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-altera.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 15:44:29 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:17 -0400
commitd7614de422c0b55db0c1013a6c72330187536004 (patch)
tree95b12ac586c306aafe15e569654306e6acb3aba1 /drivers/spi/spi-altera.c
parentced55d4ef7d6988bd0608423cf1e2225777f45cc (diff)
downloadop-kernel-dev-d7614de422c0b55db0c1013a6c72330187536004.zip
op-kernel-dev-d7614de422c0b55db0c1013a6c72330187536004.tar.gz
spi: Add module.h to implicit users in drivers/spi
We are clipping down the presence of module.h, since it was everywhere. If you really need it, you better call it out, as per this changeset. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/spi/spi-altera.c')
-rw-r--r--drivers/spi/spi-altera.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-altera.c b/drivers/spi/spi-altera.c
index 881c196..c00d00e 100644
--- a/drivers/spi/spi-altera.c
+++ b/drivers/spi/spi-altera.c
@@ -16,6 +16,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/errno.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h>
OpenPOWER on IntegriCloud