diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35 (patch) | |
tree | 1f970dd50a11240e242a4b8dce031dbfc1a5766e /drivers/clk/aspeed | |
parent | 9f97807afa5dcfd6520aca2ee16270e3c3f21429 (diff) | |
download | u-boot-92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35.tar.gz u-boot-92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35.tar.bz2 u-boot-92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35.zip |
clk: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/clk/aspeed')
-rw-r--r-- | drivers/clk/aspeed/clk_ast2500.c | 1 | ||||
-rw-r--r-- | drivers/clk/aspeed/clk_ast2600.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/aspeed/clk_ast2500.c b/drivers/clk/aspeed/clk_ast2500.c index dc446ce9fb..a330dcda4d 100644 --- a/drivers/clk/aspeed/clk_ast2500.c +++ b/drivers/clk/aspeed/clk_ast2500.c @@ -3,7 +3,6 @@ * (C) Copyright 2016 Google, Inc */ -#include <common.h> #include <clk-uclass.h> #include <dm.h> #include <log.h> diff --git a/drivers/clk/aspeed/clk_ast2600.c b/drivers/clk/aspeed/clk_ast2600.c index a15909329b..535010b794 100644 --- a/drivers/clk/aspeed/clk_ast2600.c +++ b/drivers/clk/aspeed/clk_ast2600.c @@ -3,7 +3,6 @@ * Copyright (C) ASPEED Technology Inc. */ -#include <common.h> #include <clk-uclass.h> #include <dm.h> #include <asm/io.h> |