Skip to content

Commit

Permalink
proc_devtree: Replace include linux/module.h with linux/export.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Syam Sidhardhan authored and Al Viro committed May 4, 2013
1 parent b1983cd commit 75fc0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/proc/proc_devtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 75fc0cf

Please sign in to comment.