diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2009-09-22 19:47:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:52 -0400 |
commit | 68fa92082ffda84adcbae06fdd307fca53469c25 (patch) | |
tree | f63686d996017fd70a66b420b2a22a9000c34c66 /drivers/video/via/hw.c | |
parent | 8594ac33450e6d66460230e5d07f5515b51476c9 (diff) |
viafb: another small cleanup of viafb_par
This removes the completly useless io variable as well as the temporary
used variables mmio_base and mmio_len in favor to use directly the fb_info
variables.
This is a code cleanup only, no runtime change expected.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Scott Fang <ScottFang@viatech.com.cn>
Cc: Joseph Chan <JosephChan@via.com.tw>
Cc: Harald Welte <laforge@gnumonks.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/via/hw.c')
-rw-r--r-- | drivers/video/via/hw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/via/hw.c b/drivers/video/via/hw.c index 5be4a670596f..86050e79b892 100644 --- a/drivers/video/via/hw.c +++ b/drivers/video/via/hw.c | |||
@@ -2496,8 +2496,7 @@ void viafb_crt_enable(void) | |||
2496 | viafb_write_reg_mask(CR36, VIACR, 0x0, BIT5 + BIT4); | 2496 | viafb_write_reg_mask(CR36, VIACR, 0x0, BIT5 + BIT4); |
2497 | } | 2497 | } |
2498 | 2498 | ||
2499 | void viafb_get_mmio_info(unsigned long *mmio_base, | 2499 | void viafb_get_mmio_info(unsigned long *mmio_base, u32 *mmio_len) |
2500 | unsigned long *mmio_len) | ||
2501 | { | 2500 | { |
2502 | struct pci_dev *pdev = NULL; | 2501 | struct pci_dev *pdev = NULL; |
2503 | u32 vendor, device; | 2502 | u32 vendor, device; |