diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-06-29 09:09:48 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-06-29 09:09:48 +0000 |
commit | 962da124e9c3928b8bd929350258e5dac9e67146 (patch) | |
tree | 2dc0d85d5df2a7a165de623aa9881e7857223aac /target/linux/s3c24xx/files-2.6.30/include | |
parent | 11a2c733f3dc2168054ec69d17fdc70708224a83 (diff) | |
download | upstream-962da124e9c3928b8bd929350258e5dac9e67146.tar.gz upstream-962da124e9c3928b8bd929350258e5dac9e67146.tar.bz2 upstream-962da124e9c3928b8bd929350258e5dac9e67146.zip |
Oops. forgot the header for the last commit.
SVN-Revision: 16617
Diffstat (limited to 'target/linux/s3c24xx/files-2.6.30/include')
-rw-r--r-- | target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h b/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h index 962b3fbe04..b0ae90546a 100644 --- a/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h +++ b/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h @@ -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 |