diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-08 09:42:07 +0900 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-15 18:12:14 -0700 |
commit | 09c32427c9e9e861e5aeaf9e08ba0b4a3cfca917 (patch) | |
tree | d3ba22fa86f31b4cb87af5e060b2b4226a54e8fd /include | |
parent | 4c9462b434f299097ac49ef2bf1f7321699fe109 (diff) | |
download | linux-09c32427c9e9e861e5aeaf9e08ba0b4a3cfca917.tar.gz linux-09c32427c9e9e861e5aeaf9e08ba0b4a3cfca917.tar.bz2 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 'include')
-rw-r--r-- | include/linux/clk/renesas.h (renamed from include/linux/clk/shmobile.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/clk/shmobile.h b/include/linux/clk/renesas.h index cb19cc1865ca..7adfd80fbf55 100644 --- a/include/linux/clk/shmobile.h +++ b/include/linux/clk/renesas.h @@ -11,8 +11,8 @@ * (at your option) any later version. */ -#ifndef __LINUX_CLK_SHMOBILE_H_ -#define __LINUX_CLK_SHMOBILE_H_ +#ifndef __LINUX_CLK_RENESAS_H_ +#define __LINUX_CLK_RENESAS_H_ #include <linux/types.h> |