Re: [PATCH] of/unittest: Remove unnecessary module.h header inclusion

From: Rob Herring
Date: Mon May 16 2016 - 10:21:20 EST


On Wed, May 11, 2016 at 04:26:18PM -0400, Javier Martinez Canillas wrote:
> 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@xxxxxxxxxxxxxxx>
> ---
>
> drivers/of/unittest.c | 1 -
> 1 file changed, 1 deletion(-)

Applied, thanks.

Rob