From: Syam Sidhardhan Date: Thu, 14 Feb 2013 20:54:32 +0000 (+0530) Subject: proc_devtree: Replace include linux/module.h with linux/export.h X-Git-Tag: v3.10-rc1~98^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75fc0cf6af45e5de251caa9421b3c3d1bdc273c8;p=profile%2Fcommon%2Fkernel-common.git proc_devtree: Replace include linux/module.h with linux/export.h Since it uses only THIS_MODULE macro, include is the right to go here. Signed-off-by: Syam Sidhardhan Signed-off-by: Al Viro --- diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c index 505afc9..106a835 100644 --- a/fs/proc/proc_devtree.c +++ b/fs/proc/proc_devtree.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include