linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h
@ 2012-11-13 16:18 Syam Sidhardhan
  2013-02-14 20:54 ` Syam Sidhardhan
  0 siblings, 1 reply; 2+ messages in thread
From: Syam Sidhardhan @ 2012-11-13 16:18 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel; +Cc: viro

Since it uses only THIS_MODULE macro, include <linux/export.h>
is the right to go here.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
---
 fs/proc/proc_devtree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c
index df7dd08..0e9df31 100644
--- a/fs/proc/proc_devtree.c
+++ b/fs/proc/proc_devtree.c
@@ -11,7 +11,7 @@
 #include <linux/stat.h>
 #include <linux/string.h>
 #include <linux/of.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <asm/prom.h>
 #include <asm/uaccess.h>
-- 
1.7.4.1


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

* Re: [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h
  2012-11-13 16:18 [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h Syam Sidhardhan
@ 2013-02-14 20:54 ` Syam Sidhardhan
  0 siblings, 0 replies; 2+ messages in thread
From: Syam Sidhardhan @ 2013-02-14 20:54 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel; +Cc: viro

Hi,

On Tue, Nov 13, 2012 at 9:48 PM, Syam Sidhardhan <syamsidhardh@gmail.com> wrote:
> Since it uses only THIS_MODULE macro, include <linux/export.h>
> is the right to go here.
>
> Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
> ---
>  fs/proc/proc_devtree.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c
> index df7dd08..0e9df31 100644
> --- a/fs/proc/proc_devtree.c
> +++ b/fs/proc/proc_devtree.c
> @@ -11,7 +11,7 @@
>  #include <linux/stat.h>
>  #include <linux/string.h>
>  #include <linux/of.h>
> -#include <linux/module.h>
> +#include <linux/export.h>
>  #include <linux/slab.h>
>  #include <asm/prom.h>
>  #include <asm/uaccess.h>

ping..

Thanks,
Syam.

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

end of thread, other threads:[~2013-02-14 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13 16:18 [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h Syam Sidhardhan
2013-02-14 20:54 ` Syam Sidhardhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).