ARM: pxa: magician: Remove definition of the STUART port
authorPetr Cvek <petr.cvek@tul.cz>
Mon, 28 Sep 2015 21:40:23 +0000 (23:40 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 14 Oct 2015 21:06:59 +0000 (23:06 +0200)
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>
arch/arm/mach-pxa/magician.c

index 482f91e1e8dc014c9be73cdb34b3901dbd6cd8d8..8929ba588bc980d4d32efcb54cbf2504a8d023ee 100644 (file)
@@ -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));
This page took 0.028265 seconds and 5 git commands to generate.