Hi Olof, Hi Arnd,
please consider the following enhancement to the AG5EVM board
by Wei Yongjun for inclusion in 3.7.
----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git ag5evm
for you to fetch changes up to aa9c1ba4412d2f9348b6e700aa4831569a25a7ca:
ARM: mach-shmobile: remove duplicated include from board-ag5evm.c (2012-08-31 15:02:02 +0900)
----------------------------------------------------------------
Wei Yongjun (1):
ARM: mach-shmobile: remove duplicated include from board-ag5evm.c
arch/arm/mach-shmobile/board-ag5evm.c | 1 -
1 file changed, 1 deletion(-)
From: Wei Yongjun <redacted>
From: Wei Yongjun <redacted>
Remove duplicated include.
Signed-off-by: Wei Yongjun <redacted>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/mach-shmobile/board-ag5evm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index d82c010..cfc3b5c 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -40,7 +40,6 @@
#include <linux/mmc/sh_mobile_sdhi.h>
#include <linux/mfd/tmio.h>
#include <linux/sh_clk.h>
-#include <linux/videodev2.h>
#include <video/sh_mobile_lcdc.h>
#include <video/sh_mipi_dsi.h>
#include <sound/sh_fsi.h>
--
1.7.10.2.484.gcd07cc5
On Fri, Aug 31, 2012 at 03:26:15PM +0900, Simon Horman wrote:
Hi Olof, Hi Arnd,
please consider the following enhancement to the AG5EVM board
by Wei Yongjun for inclusion in 3.7.
----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git ag5evm
Thanks, merged into next/cleanup.
-Olof