diff options
author | 2014-11-19 22:29:59 +0100 | |
---|---|---|
committer | 2014-11-19 22:29:59 +0100 | |
commit | 1cee6a96cd3e525c98e3316b14b148cf1f3c25fd (patch) | |
tree | f4341c30c9cb1c52f097abf2e3626acb652dafdc | |
parent | ARM: at91: fix build breakage due to legacy board removals (diff) | |
parent | ARM: shmobile: marzen-reference: Don't include legacy clock.h (diff) | |
download | wireguard-linux-1cee6a96cd3e525c98e3316b14b148cf1f3c25fd.tar.xz wireguard-linux-1cee6a96cd3e525c98e3316b14b148cf1f3c25fd.zip |
Merge tag 'renesas-boards-cleanups2-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup
Pull "Second Round of Renesas ARM Based SoC Boards Cleanups for v3.19" form Simon Horman:
* marzen-reference: Don't include legacy clock.h
* tag 'renesas-boards-cleanups2-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: marzen-reference: Don't include legacy clock.h
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index f0757bbaff87..b15eb923263f 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c @@ -22,7 +22,6 @@ #include <asm/irq.h> #include <asm/mach/arch.h> -#include "clock.h" #include "common.h" #include "irqs.h" #include "r8a7779.h" |