diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 21:44:29 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:17 +0100 |
commit | d7614de422c0b55db0c1013a6c72330187536004 (patch) | |
tree | 95b12ac586c306aafe15e569654306e6acb3aba1 /drivers/spi/spi-s3c24xx.c | |
parent | regulator: Fix implicit use of notifier.h by driver.h (diff) | |
download | linux-d7614de422c0b55db0c1013a6c72330187536004.tar.xz linux-d7614de422c0b55db0c1013a6c72330187536004.zip |
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-s3c24xx.c')
-rw-r--r-- | drivers/spi/spi-s3c24xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index b857a3e7af94..fc064535f4fc 100644 --- a/drivers/spi/spi-s3c24xx.c +++ b/drivers/spi/spi-s3c24xx.c @@ -24,6 +24,7 @@ #include <linux/spi/spi.h> #include <linux/spi/spi_bitbang.h> +#include <linux/module.h> #include <plat/regs-spi.h> #include <mach/spi.h> |