diff options
author | Syam Sidhardhan <syamsidhardh@gmail.com> | 2013-02-14 15:54:32 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-04 15:31:01 -0400 |
commit | 75fc0cf6af45e5de251caa9421b3c3d1bdc273c8 (patch) | |
tree | ddbdf5ddff31c0293841f063f278479bc8ff30e5 /fs/proc/proc_devtree.c | |
parent | b1983cd897ec06080ec4884989c6a3f1e7ee7dce (diff) |
proc_devtree: Replace include linux/module.h with linux/export.h
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>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/proc/proc_devtree.c')
-rw-r--r-- | 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 505afc950e0a..106a83570630 100644 --- a/fs/proc/proc_devtree.c +++ b/fs/proc/proc_devtree.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/stat.h> | 12 | #include <linux/stat.h> |
13 | #include <linux/string.h> | 13 | #include <linux/string.h> |
14 | #include <linux/of.h> | 14 | #include <linux/of.h> |
15 | #include <linux/module.h> | 15 | #include <linux/export.h> |
16 | #include <linux/slab.h> | 16 | #include <linux/slab.h> |
17 | #include <asm/prom.h> | 17 | #include <asm/prom.h> |
18 | #include <asm/uaccess.h> | 18 | #include <asm/uaccess.h> |