diff options
author | Olof Johansson <olof@lixom.net> | 2013-12-29 16:18:23 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-29 16:18:23 -0500 |
commit | 05c6c359db5384999310d376c7f850b726949058 (patch) | |
tree | b78145b2433c76a110bbc711801350c228de777a | |
parent | 6eb5c9db7a362503e6c5ebada6b898409cca4ce1 (diff) | |
parent | 2eb7a8146f5ab5be7cde42438e32461f313d0d0b (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.h | 2 |
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 | ||
14 | struct platform_device; | ||
15 | |||
16 | struct r8a7779_pm_ch { | 14 | struct r8a7779_pm_ch { |
17 | unsigned long chan_offs; | 15 | unsigned long chan_offs; |
18 | unsigned int chan_bit; | 16 | unsigned int chan_bit; |