From 624454160b4b7d482e351d6d0feda69a015bcf8b Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Thu, 23 Jan 2014 21:22:05 +0400 Subject: ARM: clps711x: Remove the special name for the syscon driver No reason to make SYSCON driver name unique to that processor. Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- drivers/mfd/syscon.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/mfd/syscon.c') diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 6437344775..8fc84c34d8 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c @@ -92,9 +92,6 @@ static int syscon_probe(struct device_d *dev) static struct platform_device_id syscon_ids[] = { { "syscon", }, -#ifdef CONFIG_ARCH_CLPS711X - { "clps711x-syscon", }, -#endif { } }; -- cgit v1.2.3