aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2008-11-20 19:46:50 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-20 19:46:50 +0000
commit1552c51b244b71d57b73edef14047682e70717ca (patch)
tree82486a8b9b63d502e89c9f7f0998912840a63eb8 /include
parent058c3e475847a1f2b59400a49d176eb8cfc8109e (diff)
pcf50633-backlight.patch
Move backlight support out of pcf50633 driver. backlight support now uses corgibl aka generic backlight support. Set CONFIG_BACKLIGHT_CORGI=y to use it.
Diffstat (limited to 'include')
-rw-r--r--include/linux/jbt6k74.h3
-rw-r--r--include/linux/pcf50633.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/jbt6k74.h b/include/linux/jbt6k74.h
index 50e39347c20..1023eac429d 100644
--- a/include/linux/jbt6k74.h
+++ b/include/linux/jbt6k74.h
@@ -2,10 +2,13 @@
#define __JBT6K74_H__
#include <linux/spi/spi.h>
+#include <linux/device.h>
+
struct jbt6k74_platform_data {
void (*reset)(int devindex, int level);
void (*resuming)(int devindex); /* called when LCM is resumed */
+ void (*probe_completed)(struct device *dev);
};
#endif
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h
index 2968191d0a0..fbfb2601106 100644
--- a/include/linux/pcf50633.h
+++ b/include/linux/pcf50633.h
@@ -201,10 +201,6 @@ struct pcf50633_platform_data {
} charger;
pmu_cb cb;
- /* post-resume backlight bringup */
- int defer_resume_backlight;
- u8 resume_backlight_ramp_speed;
-
struct regulator_init_data reg_init_data[__NUM_PCF50633_REGULATORS];
/* Called when a regulator has been registered */