From: Javier Martinez Canillas Date: Wed, 11 May 2016 20:26:18 +0000 (-0400) Subject: of/unittest: Remove unnecessary module.h header inclusion X-Git-Tag: v6.1~16535^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27f4ec1443fb71127ed6fc8b43d6195d9473b049;p=sdk%2Femulator%2Femulator-kernel.git 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 Signed-off-by: Rob Herring --- 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 @@ #include #include #include -#include #include #include #include