diff options
author | Petr Cvek <petr.cvek@tul.cz> | 2015-09-28 23:40:23 +0200 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-10-14 23:06:59 +0200 |
commit | d8ba1c17fb639b060f1b036ec510421e0ad322d4 (patch) | |
tree | ed85336d21f4fbca516494f38bf985d5ff55cafb /arch/arm/mach-pxa/magician.c | |
parent | 2eb7414a9f793ab1a97b53fbef67546a00815fd4 (diff) |
ARM: pxa: magician: Remove definition of the STUART port
Magician STUART port is connected to the infraport and used by the FICP
driver. The FICP driver uses its own definition.
Required for correct initialization of the pxaficp_ir driver after
planned dmaengine conversion.
Signed-off-by: Petr Cvek <petr.cvek@tul.cz>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 482f91e1e8dc..8929ba588bc9 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c @@ -839,7 +839,6 @@ static void __init magician_init(void) pxa_set_ffuart_info(NULL); pxa_set_btuart_info(NULL); - pxa_set_stuart_info(NULL); pwm_add_table(magician_pwm_lookup, ARRAY_SIZE(magician_pwm_lookup)); platform_add_devices(ARRAY_AND_SIZE(devices)); |