aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/s3c2410fb.c
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-07-07 12:20:37 +0200
committerPaul Mundt <lethal@linux-sh.org>2011-07-13 16:53:17 +0900
commitaf48d1c6c85752053ddfed5cfb3933d6336d645c (patch)
tree033c7b36a49dab1d023e28c292ea0bdf0edfd09b /drivers/video/s3c2410fb.c
parentdrivers/video/udlfb bind framebuffer to interface. (diff)
downloadlinux-dev-af48d1c6c85752053ddfed5cfb3933d6336d645c.tar.xz
linux-dev-af48d1c6c85752053ddfed5cfb3933d6336d645c.zip
video: s3c2410: remove unused variable
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>
Diffstat (limited to 'drivers/video/s3c2410fb.c')
-rw-r--r--drivers/video/s3c2410fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c
index 0aa13761de6e..798144a4eedd 100644
--- a/drivers/video/s3c2410fb.c
+++ b/drivers/video/s3c2410fb.c
@@ -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;