mfd: ab8500-core: Drop references to ab8500-leds
authorLee Jones <lee.jones@linaro.org>
Thu, 13 Jun 2013 09:48:11 +0000 (10:48 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 13 Jun 2013 09:51:50 +0000 (10:51 +0100)
The ab8500-leds driver has never been upstreamed and was replaced by a
PWM framework based driver, so these references are not needed anymore.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ab8500-core.c

index 258b367e39891468eb4dd0a9dabf05558a75446d..1863985df6155fb517106122cf8876f8fdab5588 100644 (file)
@@ -1098,10 +1098,6 @@ static struct mfd_cell ab8500_devs[] = {
                .of_compatible = "stericsson,ab8500-pwm",
                .id = 3,
        },
-       {
-               .name = "ab8500-leds",
-               .of_compatible = "stericsson,ab8500-leds",
-       },
        {
                .name = "ab8500-denc",
                .of_compatible = "stericsson,ab8500-denc",
@@ -1170,9 +1166,6 @@ static struct mfd_cell ab9540_devs[] = {
                .name = "ab8500-pwm",
                .id = 1,
        },
-       {
-               .name = "ab8500-leds",
-       },
        {
                .name = "abx500-temp",
                .num_resources = ARRAY_SIZE(ab8500_temp_resources),
@@ -1241,9 +1234,6 @@ static struct mfd_cell ab8505_devs[] = {
                .name = "ab8500-pwm",
                .id = 1,
        },
-       {
-               .name = "ab8500-leds",
-       },
        {
                .name = "pinctrl-ab8505",
        },
@@ -1305,9 +1295,6 @@ static struct mfd_cell ab8540_devs[] = {
                .name = "ab8500-pwm",
                .id = 1,
        },
-       {
-               .name = "ab8500-leds",
-       },
        {
                .name = "abx500-temp",
                .num_resources = ARRAY_SIZE(ab8500_temp_resources),
This page took 0.027901 seconds and 5 git commands to generate.