diff options
author | Yang Hongyang <yanghy@cn.fujitsu.com> | 2009-02-21 00:38:51 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-21 02:57:50 +0100 |
commit | 3cf311409d37d904335eb720e8a6b2c17bee6698 (patch) | |
tree | 821bdb1a5103bb6409f4132ce9d4ef04191f35e9 /drivers/video/aty | |
parent | spi_bitbang: add more lowlevel function documentation (diff) | |
download | linux-3cf311409d37d904335eb720e8a6b2c17bee6698.tar.xz linux-3cf311409d37d904335eb720e8a6b2c17bee6698.zip |
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 e6e299feb51b..2181ce4d7ebd 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) |