summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-29 09:09:48 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-29 09:09:48 +0000
commit93c14ca8d5e781715b2a02b42e94b9cf86ec03f4 (patch)
tree081f06d3d8bc7b0e7160f135061e81c03423500c /target/linux/s3c24xx
parent6e6898e4610777c7d5d3811d18e1fb5e5639f4b6 (diff)
[s3c24xx] Oops. forgot the header for the last commit.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16617 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r--target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h2
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 962b3fbe0..b0ae90546 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