From mboxrd@z Thu Jan 1 00:00:00 1970 From: Syam Sidhardhan 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 Message-ID: References: <1352823515-6938-1-git-send-email-s.syam@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: viro@zeniv.linux.org.uk To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: In-Reply-To: <1352823515-6938-1-git-send-email-s.syam@samsung.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi, On Tue, Nov 13, 2012 at 9:48 PM, Syam Sidhardhan wrote: > Since it uses only THIS_MODULE macro, include > is the right to go here. > > Signed-off-by: Syam Sidhardhan > --- > 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 > #include > #include > -#include > +#include > #include > #include > #include ping.. Thanks, Syam.