rockchip: rk3399: spl: remove unused header inclusion
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 16 Aug 2017 17:24:02 +0000 (19:24 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 18 Aug 2017 14:55:15 +0000 (16:55 +0200)
fdtdec.h is included, but not used in rk3399-board-spl.c: remove the
'#include'-statement.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/rk3399-board-spl.c

index a13b717..d6bf74f 100644 (file)
@@ -7,7 +7,6 @@
 #include <common.h>
 #include <debug_uart.h>
 #include <dm.h>
-#include <fdtdec.h>
 #include <ram.h>
 #include <spl.h>
 #include <asm/gpio.h>