iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()
[safe/jmp/linux-2.6] / drivers / video / s3c2410fb.h
index 9a6ba3e..47a17bd 100644 (file)
@@ -29,8 +29,13 @@ struct s3c2410fb_info {
        enum s3c_drv_type       drv_type;
        struct s3c2410fb_hw     regs;
 
+       unsigned long           clk_rate;
        unsigned int            palette_ready;
 
+#ifdef CONFIG_CPU_FREQ
+       struct notifier_block   freq_transition;
+#endif
+
        /* keep these registers in case we need to re-write palette */
        u32                     palette_buffer[256];
        u32                     pseudo_pal[16];