]> Pileus Git - ~andy/linux/commitdiff
ARM: pxa/tosa: drop setting LED trigger name, as it's unsupported now
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Mon, 14 Feb 2011 10:36:42 +0000 (13:36 +0300)
committerEric Miao <eric.y.miao@gmail.com>
Sun, 27 Feb 2011 13:38:18 +0000 (21:38 +0800)
Since 2e48928d8a0f38c1b5c81eb3f1294de8a6382c68 it's no longer possible to set
the name of the LED trigger for RFKILL events. Drop respective code from tosa-bt.c

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/tosa-bt.c

index c31e601eb49ccb069b99dcd806d4eabd8d27a34d..b9b1e5c2b29048247910612448a5498cb4513b7f 100644 (file)
@@ -81,8 +81,6 @@ static int tosa_bt_probe(struct platform_device *dev)
                goto err_rfk_alloc;
        }
 
-       rfkill_set_led_trigger_name(rfk, "tosa-bt");
-
        rc = rfkill_register(rfk);
        if (rc)
                goto err_rfkill;