File tree Expand file tree Collapse file tree 5 files changed +0
-207
lines changed
include/linux/mfd/pcf50633 Expand file tree Collapse file tree 5 files changed +0
-207
lines changed Original file line number Diff line number Diff line change @@ -370,13 +370,6 @@ config BACKLIGHT_88PM860X
370
370
help
371
371
Say Y to enable the backlight driver for Marvell 88PM8606.
372
372
373
- config BACKLIGHT_PCF50633
374
- tristate "Backlight driver for NXP PCF50633 MFD"
375
- depends on MFD_PCF50633
376
- help
377
- If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
378
- enable its driver.
379
-
380
373
config BACKLIGHT_AAT2870
381
374
tristate "AnalogicTech AAT2870 Backlight"
382
375
depends on MFD_AAT2870_CORE
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ obj-$(CONFIG_BACKLIGHT_MP3309C) += mp3309c.o
50
50
obj-$(CONFIG_BACKLIGHT_MT6370) += mt6370-backlight.o
51
51
obj-$(CONFIG_BACKLIGHT_OMAP1) += omap1_bl.o
52
52
obj-$(CONFIG_BACKLIGHT_PANDORA) += pandora_bl.o
53
- obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o
54
53
obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o
55
54
obj-$(CONFIG_BACKLIGHT_QCOM_WLED) += qcom-wled.o
56
55
obj-$(CONFIG_BACKLIGHT_RT4831) += rt4831-backlight.o
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
#include <linux/regulator/machine.h>
16
16
#include <linux/pm.h>
17
17
#include <linux/power_supply.h>
18
- #include <linux/mfd/pcf50633/backlight.h>
19
18
20
19
struct pcf50633 ;
21
20
struct regmap ;
@@ -42,8 +41,6 @@ struct pcf50633_platform_data {
42
41
void (* force_shutdown )(struct pcf50633 * );
43
42
44
43
u8 resumers [5 ];
45
-
46
- struct pcf50633_bl_platform_data * backlight_data ;
47
44
};
48
45
49
46
struct pcf50633_irq {
You can’t perform that action at this time.
0 commit comments