public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regmap: delete unused module.h from drivers/base/regmap files
@ 2012-02-29  0:28 Paul Gortmaker
  2012-02-29 23:30 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2012-02-29  0:28 UTC (permalink / raw)
  To: broonie; +Cc: gregkh, linux-kernel, Paul Gortmaker

Remove unused module.h and/or replace with export.h
as required.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/drivers/base/regmap/regmap-debugfs.c b/drivers/base/regmap/regmap-debugfs.c
index 6f39747..890f554c 100644
--- a/drivers/base/regmap/regmap-debugfs.c
+++ b/drivers/base/regmap/regmap-debugfs.c
@@ -11,7 +11,6 @@
  */
 
 #include <linux/slab.h>
-#include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/debugfs.h>
 #include <linux/uaccess.h>
diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c
index 6555803..e4fbeaa 100644
--- a/drivers/base/regmap/regmap.c
+++ b/drivers/base/regmap/regmap.c
@@ -11,7 +11,7 @@
  */
 
 #include <linux/slab.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/mutex.h>
 #include <linux/err.h>
 
-- 
1.7.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] regmap: delete unused module.h from drivers/base/regmap files
  2012-02-29  0:28 [PATCH] regmap: delete unused module.h from drivers/base/regmap files Paul Gortmaker
@ 2012-02-29 23:30 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-02-29 23:30 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: gregkh, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

On Tue, Feb 28, 2012 at 07:28:02PM -0500, Paul Gortmaker wrote:
> Remove unused module.h and/or replace with export.h
> as required.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-29 23:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29  0:28 [PATCH] regmap: delete unused module.h from drivers/base/regmap files Paul Gortmaker
2012-02-29 23:30 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox