summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-01-23 21:22:05 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-24 23:10:04 +0100
commit624454160b4b7d482e351d6d0feda69a015bcf8b (patch)
treef043f13686cccebd5d950ef43850cf37e7e9ef23 /drivers/mfd
parentc2c5f48b91cdbb963bb50e77ae57dd6071cb3b92 (diff)
downloadbarebox-624454160b4b7d482e351d6d0feda69a015bcf8b.tar.gz
barebox-624454160b4b7d482e351d6d0feda69a015bcf8b.tar.xz
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 <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/syscon.c3
1 files changed, 0 insertions, 3 deletions
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
{ }
};