Signed-off-by: Angus Ainslie angus.ainslie@linaro.org --- arch/arm/mach-s5pv310/mach-smdkv310.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c index 28680cf..d946b00 100644 --- a/arch/arm/mach-s5pv310/mach-smdkv310.c +++ b/arch/arm/mach-s5pv310/mach-smdkv310.c @@ -164,7 +164,9 @@ static struct platform_device *smdkv310_devices[] __initdata = { &s5pv310_device_pd[PD_TV], &s5pv310_device_pd[PD_GPS], &smdkv310_smsc911x, +#ifdef CONFIG_S5PV310_DEV_SYSMMU &s5pv310_device_sysmmu, +#endif };
static void __init smdkv310_smsc911x_init(void)
On 27 January 2011 18:49, Angus Ainslie angus.ainslie@linaro.org wrote:
Signed-off-by: Angus Ainslie angus.ainslie@linaro.org
arch/arm/mach-s5pv310/mach-smdkv310.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c index 28680cf..d946b00 100644 --- a/arch/arm/mach-s5pv310/mach-smdkv310.c +++ b/arch/arm/mach-s5pv310/mach-smdkv310.c @@ -164,7 +164,9 @@ static struct platform_device *smdkv310_devices[] __initdata = { &s5pv310_device_pd[PD_TV], &s5pv310_device_pd[PD_GPS], &smdkv310_smsc911x, +#ifdef CONFIG_S5PV310_DEV_SYSMMU &s5pv310_device_sysmmu, +#endif };
A patch to fix this compilation issue was submitted to Samsung's mailing list and it has been accepted. This patch can be found at http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg03942.html
static void __init smdkv310_smsc911x_init(void)
1.7.1
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev