projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1983cd
)
proc_devtree: Replace include linux/module.h with linux/export.h
author
Syam Sidhardhan
<syamsidhardh@gmail.com>
Thu, 14 Feb 2013 20:54:32 +0000
(
02:24
+0530)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 4 May 2013 19:31:01 +0000
(15:31 -0400)
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>
fs/proc/proc_devtree.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/proc/proc_devtree.c
b/fs/proc/proc_devtree.c
index 505afc950e0acf906b0043f396b26211189ff786..106a83570630d9048da7cd89546e4dd6c44009e2 100644
(file)
--- a/
fs/proc/proc_devtree.c
+++ b/
fs/proc/proc_devtree.c
@@
-12,7
+12,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>