video: s3c2410: remove unused variable
authorWolfram Sang <w.sang@pengutronix.de>
Thu, 7 Jul 2011 10:20:37 +0000 (12:20 +0200)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jul 2011 07:53:17 +0000 (16:53 +0900)
Fixes:

drivers/video/s3c2410fb.c: In function 's3c2410fb_cpufreq_transition':
drivers/video/s3c2410fb.c:770:24: warning: unused variable 'freqs'

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/s3c2410fb.c

index 0aa1376..798144a 100644 (file)
@@ -767,7 +767,6 @@ static irqreturn_t s3c2410fb_irq(int irq, void *dev_id)
 static int s3c2410fb_cpufreq_transition(struct notifier_block *nb,
                                        unsigned long val, void *data)
 {
-       struct cpufreq_freqs *freqs = data;
        struct s3c2410fb_info *info;
        struct fb_info *fbinfo;
        long delta_f;