aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-12-29 16:18:23 -0500
committerOlof Johansson <olof@lixom.net>2013-12-29 16:18:23 -0500
commit05c6c359db5384999310d376c7f850b726949058 (patch)
treeb78145b2433c76a110bbc711801350c228de777a
parent6eb5c9db7a362503e6c5ebada6b898409cca4ce1 (diff)
parent2eb7a8146f5ab5be7cde42438e32461f313d0d0b (diff)
Merge tag 'renesas-cleanup2-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup
From Simon Horman: Second Round of Renesas ARM based SoC cleanups for v3.14 * r8a7779 SoC (R-Car H1) - Remove unnecessary platform device from header file * tag 'renesas-cleanup2-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: remove unnecessary platform_device as header cleanup Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7779.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h
index 5014145f272e..b40e13631f6a 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7779.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h
@@ -11,8 +11,6 @@ enum {
11 HPBDMA_SLAVE_SDHI0_RX, 11 HPBDMA_SLAVE_SDHI0_RX,
12}; 12};
13 13
14struct platform_device;
15
16struct r8a7779_pm_ch { 14struct r8a7779_pm_ch {
17 unsigned long chan_offs; 15 unsigned long chan_offs;
18 unsigned int chan_bit; 16 unsigned int chan_bit;