diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-08 01:42:07 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-16 02:12:14 +0100 |
commit | 09c32427c9e9e861e5aeaf9e08ba0b4a3cfca917 (patch) | |
tree | d3ba22fa86f31b4cb87af5e060b2b4226a54e8fd /drivers/clk/renesas/clk-r8a7779.c | |
parent | clk: max77{686,802}: Remove CLK_IS_ROOT (diff) | |
download | linux-09c32427c9e9e861e5aeaf9e08ba0b4a3cfca917.tar.xz linux-09c32427c9e9e861e5aeaf9e08ba0b4a3cfca917.zip |
clk: renesas: Rename header file renesas.h
This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.
Along with the above mentioned Kconfig changes it seems appropriate
to also rename files.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/renesas/clk-r8a7779.c')
-rw-r--r-- | drivers/clk/renesas/clk-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/renesas/clk-r8a7779.c b/drivers/clk/renesas/clk-r8a7779.c index 92275c5f2c60..cf2a37df03b1 100644 --- a/drivers/clk/renesas/clk-r8a7779.c +++ b/drivers/clk/renesas/clk-r8a7779.c @@ -11,7 +11,7 @@ */ #include <linux/clk-provider.h> -#include <linux/clk/shmobile.h> +#include <linux/clk/renesas.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/of.h> |