From 5104d2656d4874c51868dc7182016e9501ec99ca Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Thu, 18 Jul 2013 22:34:52 +0400 Subject: ARM: clps711x: Remove the special name for the syscon driver This is a partial revert of the patch: "6597619f9c ARM: clps711x: Add support for SYSCON driver". No reason to make SYSCON driver name unique to that processor. Signed-off-by: Alexander Shiyan Signed-off-by: Olof Johansson --- drivers/mfd/syscon.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/mfd') diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 1a31512369f9..962a6e17a01a 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c @@ -159,9 +159,6 @@ static int syscon_probe(struct platform_device *pdev) static const struct platform_device_id syscon_ids[] = { { "syscon", }, -#ifdef CONFIG_ARCH_CLPS711X - { "clps711x-syscon", }, -#endif { } }; -- cgit v1.2.1