of/unittest: Remove unnecessary module.h header inclusion
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 11 May 2016 20:26:18 +0000 (16:26 -0400)
committerRob Herring <robh@kernel.org>
Thu, 19 May 2016 14:16:36 +0000 (09:16 -0500)
commit27f4ec1443fb71127ed6fc8b43d6195d9473b049
tree65504c4392bc6b24ebc9a6435db6588dd746ec9c
parentdddc33e50a074152d0ba447dcaa6184b19dffab2
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>
drivers/of/unittest.c