diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-12-09 21:34:45 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-12 07:52:43 -0500 |
commit | 2eb7a8146f5ab5be7cde42438e32461f313d0d0b (patch) | |
tree | eea5f7601bf6087afd91de66fe721827c146d310 /arch/arm/mach-shmobile/include/mach | |
parent | 8af3f18b7b42e32387b54d2e2f8300589b0198e9 (diff) |
ARM: shmobile: remove unnecessary platform_device as header cleanup
8e0e7aaef3c98c52e85f5640b73ffa82058abcfd
(ARM: shmobile: Drop r8a7779_add_device_to_domain())
removed last user of struct platform_device on this header.
It is no longer needed
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach')
-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; |