From c7bf4a334c1e498007a9e785948cb03c8da0f029 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 28 Feb 2010 16:20:57 +0100 Subject: Simplify the JBT6k74 driver We don't need all the native sleep states - they just complicate things. Instead, just use the LDO "power switch" to send it firmly to sleep and wake it up in a virgin state each time. Signed-off-by: Thomas White --- include/linux/jbt6k74.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/jbt6k74.h') diff --git a/include/linux/jbt6k74.h b/include/linux/jbt6k74.h index 75488c41136..4cf760c1539 100644 --- a/include/linux/jbt6k74.h +++ b/include/linux/jbt6k74.h @@ -13,7 +13,6 @@ */ struct jbt6k74_platform_data { void (*probe_completed)(struct device *dev); - void (*enable_pixel_clock)(struct device *dev, int enable); int gpio_reset; }; -- cgit v1.2.3