From: Lars-Peter Clausen Date: Mon, 29 Jun 2009 09:09:48 +0000 (+0000) Subject: Oops. forgot the header for the last commit. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=962da124e9c3928b8bd929350258e5dac9e67146;p=librecmc%2Flibrecmc.git Oops. forgot the header for the last commit. SVN-Revision: 16617 --- 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