From: Syam Sidhardhan <syamsidhardh@gmail.com>
To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: viro@zeniv.linux.org.uk
Subject: Re: [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h
Date: Fri, 15 Feb 2013 02:24:32 +0530 [thread overview]
Message-ID: <CAFBvHierxkZ0WTcsgJvkrnEJGthFcLtYUb37p-nx45NRoGkF-g@mail.gmail.com> (raw)
In-Reply-To: <1352823515-6938-1-git-send-email-s.syam@samsung.com>
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.
prev parent reply other threads:[~2013-02-14 20:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFBvHierxkZ0WTcsgJvkrnEJGthFcLtYUb37p-nx45NRoGkF-g@mail.gmail.com \
--to=syamsidhardh@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).