diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-02-28 16:20:57 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-28 23:34:03 +0100 |
commit | c7bf4a334c1e498007a9e785948cb03c8da0f029 (patch) | |
tree | 3f7028a3df210778f724841876c7e2b1e5c35349 /include | |
parent | 76ab2acfeea8b762d25dab027e72e98a7b822ed2 (diff) |
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 <taw@bitwiz.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/jbt6k74.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |