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 | a82b3fd4945182bd244ca4b3b9754d28721e6929 (patch) | |
tree | 081f06d3d8bc7b0e7160f135061e81c03423500c | |
parent | 456ab9a70f21b26a7a9b39c869651933008f6fac (diff) | |
download | master-187ad058-a82b3fd4945182bd244ca4b3b9754d28721e6929.tar.gz master-187ad058-a82b3fd4945182bd244ca4b3b9754d28721e6929.tar.bz2 master-187ad058-a82b3fd4945182bd244ca4b3b9754d28721e6929.zip |
[s3c24xx] Oops. forgot the header for the last commit.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16617 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |