diff options
author | Yang Hongyang <yanghy@cn.fujitsu.com> | 2009-02-20 15:38:51 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-20 17:57:50 -0800 |
commit | 3cf311409d37d904335eb720e8a6b2c17bee6698 (patch) | |
tree | 821bdb1a5103bb6409f4132ce9d4ef04191f35e9 /drivers/video/aty | |
parent | 01b24fee285b098c74318a8be801ef3711ec18d7 (diff) | |
download | op-kernel-dev-3cf311409d37d904335eb720e8a6b2c17bee6698.zip op-kernel-dev-3cf311409d37d904335eb720e8a6b2c17bee6698.tar.gz |
atyfb: remove unused local variable `pwr_command'
Signed-off-by: Yang Hongyang<yanghy@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/aty')
-rw-r--r-- | drivers/video/aty/aty128fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index e6e299f..2181ce4 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c @@ -2365,7 +2365,6 @@ static void fbcon_aty128_bmove(struct display *p, int sy, int sx, int dy, int dx static void aty128_set_suspend(struct aty128fb_par *par, int suspend) { u32 pmgt; - u16 pwr_command; struct pci_dev *pdev = par->pdev; if (!par->pm_reg) |