diff options
author | Ryan Chen | 2020-08-31 14:03:03 +0800 |
---|---|---|
committer | Tom Rini | 2020-09-09 16:57:35 -0400 |
commit | 15b87feb2b7923ef679e9da3f956e7a836fbaa40 (patch) | |
tree | 55160bb78ae257cbdf632b8ea35faf2d19847626 /drivers/clk/aspeed/clk_ast2500.c | |
parent | af071935d2c354f2250542f35e3178dd2660bfe1 (diff) |
cosmetic: aspeed: ast2500: Rename clock header
Rename the ast2500-scu.h to aspeed-clock.h.
Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Reviewed-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'drivers/clk/aspeed/clk_ast2500.c')
-rw-r--r-- | drivers/clk/aspeed/clk_ast2500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/aspeed/clk_ast2500.c b/drivers/clk/aspeed/clk_ast2500.c index d1940f18849..392fe76b27a 100644 --- a/drivers/clk/aspeed/clk_ast2500.c +++ b/drivers/clk/aspeed/clk_ast2500.c @@ -10,7 +10,7 @@ #include <asm/io.h> #include <asm/arch/scu_ast2500.h> #include <dm/lists.h> -#include <dt-bindings/clock/ast2500-scu.h> +#include <dt-bindings/clock/aspeed-clock.h> #include <linux/delay.h> #include <linux/err.h> |