lkml.org 
[lkml]   [2013]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h
From
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.


\
 
 \ /
  Last update: 2013-02-14 22:24    [W:0.045 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site