Oops. forgot the header for the last commit.
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 29 Jun 2009 09:09:48 +0000 (09:09 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Mon, 29 Jun 2009 09:09:48 +0000 (09:09 +0000)
SVN-Revision: 16617

target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h

index 962b3fbe04a3994e8098cbe904605bb1fbc64bc9..b0ae90546ae7ed526f3eb1c65047aae5caf6b172 100644 (file)
@@ -5,8 +5,8 @@
 
 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);
+       void (*enable_pixel_clock)(struct device *dev, int enable);
 };
 
 #endif