summaryrefslogtreecommitdiff
path: root/include/linux/of_platform.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-26 15:58:15 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:27 -0400
commit7755c47123a927de480826f4448a0c215a639f12 (patch)
tree94262d9bce2bbdd79478147b1ba6f583fd90f5fc /include/linux/of_platform.h
parentfeede37ec34deafcbc17dd0862a77ecf8b873762 (diff)
of_platform.h: delete needless include <linux/module.h>
There is nothing modular in this file, and no reason to drag in all the 357 headers that module.h brings with it, since it just slows down compiles. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/linux/of_platform.h')
-rw-r--r--include/linux/of_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h
index 5a6f458a4bb7..040ce2f6e8de 100644
--- a/include/linux/of_platform.h
+++ b/include/linux/of_platform.h
@@ -12,7 +12,6 @@
*/
#ifdef CONFIG_OF_DEVICE
-#include <linux/module.h>
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/pm.h>