diff mbox

ARM: shmobile: remove unnecessary platform_device as header cleanup

Message ID 871u1ll9ha.wl%kuninori.morimoto.gx@gmail.com (mailing list archive)
State Accepted
Commit 2eb7a8146f5ab5be7cde42438e32461f313d0d0b
Headers show

Commit Message

Kuninori Morimoto Dec. 10, 2013, 2:34 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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>
---
 arch/arm/mach-shmobile/include/mach/r8a7779.h |    2 --
 1 file changed, 2 deletions(-)

Comments

Simon Horman Dec. 12, 2013, 12:53 p.m. UTC | #1
On Mon, Dec 09, 2013 at 06:34:45PM -0800, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> 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>
> ---
>  arch/arm/mach-shmobile/include/mach/r8a7779.h |    2 --
>  1 file changed, 2 deletions(-)

Thanks, I will queue this up.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h
index 5014145..b40e1363 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7779.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h
@@ -11,8 +11,6 @@  enum {
 	HPBDMA_SLAVE_SDHI0_RX,
 };
 
-struct platform_device;
-
 struct r8a7779_pm_ch {
 	unsigned long chan_offs;
 	unsigned int chan_bit;