[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110816093606.a764b904550c84f7db4c1b2d@canb.auug.org.au>
Date: Tue, 16 Aug 2011 09:36:06 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: Linus <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Stephen Warren <swarren@...dia.com>
Subject: [PATCH] regmap: using module facilities requires module.h
Commit b33f9cbd67ba ("regmap: Specify a module license") added a
MODULES_LICENSE to this file without adding an include of module.h.
module.h should ahve been included anyway, since this file has
EXPORT_SYMBOLs as well. With the pending module.h spliit up, this would
probably caused build problems.
Cc: Stephen Warren <swarren@...dia.com>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
drivers/base/regmap/regmap-spi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
I am sorry that I have not even build tested this patch, but it is pretty
obvious.
diff --git a/drivers/base/regmap/regmap-spi.c b/drivers/base/regmap/regmap-spi.c
index 2bbc659..f839694 100644
--- a/drivers/base/regmap/regmap-spi.c
+++ b/drivers/base/regmap/regmap-spi.c
@@ -13,6 +13,7 @@
#include <linux/regmap.h>
#include <linux/spi/spi.h>
#include <linux/init.h>
+#include <linux/module.h>
static int regmap_spi_write(struct device *dev, const void *data, size_t count)
{
--
1.7.5.4
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists