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-Url: http://drtracing.org/?a=commitdiff_plain;h=75fc0cf6af45e5de251caa9421b3c3d1bdc273c8;p=deliverable%2Flinux.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 505afc950e0a..106a83570630 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