diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-05-11 16:26:18 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-05-19 10:16:36 -0400 |
commit | 27f4ec1443fb71127ed6fc8b43d6195d9473b049 (patch) | |
tree | 65504c4392bc6b24ebc9a6435db6588dd746ec9c | |
parent | dddc33e50a074152d0ba447dcaa6184b19dffab2 (diff) |
of/unittest: Remove unnecessary module.h header inclusion
The OF_UNITTEST Kconfig symbol is bool so this unittest can only be
built-in and not build as a module. Also, nothing defined in this
header file used so is not necessary to include it.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | drivers/of/unittest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/unittest.c b/drivers/of/unittest.c index 8c0f11c3153c..3802be10d726 100644 --- a/drivers/of/unittest.c +++ b/drivers/of/unittest.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <linux/err.h> | 8 | #include <linux/err.h> |
9 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
10 | #include <linux/hashtable.h> | 10 | #include <linux/hashtable.h> |
11 | #include <linux/module.h> | ||
12 | #include <linux/of.h> | 11 | #include <linux/of.h> |
13 | #include <linux/of_fdt.h> | 12 | #include <linux/of_fdt.h> |
14 | #include <linux/of_irq.h> | 13 | #include <linux/of_irq.h> |