diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-18 14:34:52 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-14 02:29:09 -0400 |
commit | 5104d2656d4874c51868dc7182016e9501ec99ca (patch) | |
tree | 3e66d9e889df5b0203aa79abde90dc6772901692 /arch/arm/mach-clps711x | |
parent | 44de76b6306ff6d9012eb00174f3ea7b0a15242f (diff) |
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 <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x')
-rw-r--r-- | arch/arm/mach-clps711x/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/devices.c b/arch/arm/mach-clps711x/devices.c index 856b81cf2f8a..fb77d1448fec 100644 --- a/arch/arm/mach-clps711x/devices.c +++ b/arch/arm/mach-clps711x/devices.c | |||
@@ -57,7 +57,7 @@ static void __init clps711x_add_syscon(void) | |||
57 | unsigned i; | 57 | unsigned i; |
58 | 58 | ||
59 | for (i = 0; i < ARRAY_SIZE(clps711x_syscon_res); i++) | 59 | for (i = 0; i < ARRAY_SIZE(clps711x_syscon_res); i++) |
60 | platform_device_register_simple("clps711x-syscon", i + 1, | 60 | platform_device_register_simple("syscon", i + 1, |
61 | &clps711x_syscon_res[i], 1); | 61 | &clps711x_syscon_res[i], 1); |
62 | } | 62 | } |
63 | 63 | ||