diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 22:00:28 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | 243f48b8038cbd82441f7a561cc72991f96e459f (patch) | |
tree | 9f95c4fcc28b0e68554336b55142e8cbf578a133 /arch/arm/mach-rockchip/rk3188-board-spl.c | |
parent | 1e72a757bb32e3ccc4fe5d23baaa6d19b3760a1e (diff) |
rockchip: remove no use header file in board code
The timer.h is no use any more, remove it from the board files.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3188-board-spl.c')
-rw-r--r-- | arch/arm/mach-rockchip/rk3188-board-spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3188-board-spl.c b/arch/arm/mach-rockchip/rk3188-board-spl.c index 84c2a5756f..c3efe0d7a9 100644 --- a/arch/arm/mach-rockchip/rk3188-board-spl.c +++ b/arch/arm/mach-rockchip/rk3188-board-spl.c @@ -22,7 +22,6 @@ #include <asm/arch-rockchip/periph.h> #include <asm/arch-rockchip/pmu_rk3188.h> #include <asm/arch-rockchip/sdram.h> -#include <asm/arch-rockchip/timer.h> #include <dm/root.h> #include <dm/test.h> #include <dm/util.h> |