diff options
Diffstat (limited to '')
-rw-r--r-- | drivers/soc/renesas/rcar-sysc.c (renamed from arch/arm/mach-shmobile/pm-rcar.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/pm-rcar.c b/drivers/soc/renesas/rcar-sysc.c index 0af05d288b09..d59bcdf78f0b 100644 --- a/arch/arm/mach-shmobile/pm-rcar.c +++ b/drivers/soc/renesas/rcar-sysc.c @@ -13,7 +13,7 @@ #include <linux/mm.h> #include <linux/spinlock.h> #include <linux/io.h> -#include "pm-rcar.h" +#include <linux/soc/renesas/rcar-sysc.h> /* SYSC Common */ #define SYSCSR 0x00 /* SYSC Status Register */ |