diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-08 03:38:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:28 -0400 |
commit | a65ff76ac8b24df49bbf4acc38918fb52d1033b0 (patch) | |
tree | 4bd323a77da9e709267d1712e4424a2db155aab9 /drivers/video/riva/rivafb.h | |
parent | 5b358fe12f03a7822db6f376b608f996c664a952 (diff) |
rivafb/nvidiafb: Various cleanups
Various cleanups to rivafb/nvidiafb's I2C code:
* Drop useless par->bus.
* Refactor I2C bus deletion code.
* Drop useless variable initialization.
* Remove unneeded include of <linux/i2c-id.h>.
* Simplify +1/-1.
* Add __devinit tags where possible.
[adaplas]
The varible initialization are not useless. However, rivafb must
check if i2c bus are created properly before reading the EDID
block.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/riva/rivafb.h')
-rw-r--r-- | drivers/video/riva/rivafb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/riva/rivafb.h b/drivers/video/riva/rivafb.h index 48ead6d72f24..d9f107b704c6 100644 --- a/drivers/video/riva/rivafb.h +++ b/drivers/video/riva/rivafb.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #include <linux/fb.h> | 4 | #include <linux/fb.h> |
5 | #include <video/vga.h> | 5 | #include <video/vga.h> |
6 | #include <linux/i2c.h> | 6 | #include <linux/i2c.h> |
7 | #include <linux/i2c-id.h> | ||
8 | #include <linux/i2c-algo-bit.h> | 7 | #include <linux/i2c-algo-bit.h> |
9 | 8 | ||
10 | #include "riva_hw.h" | 9 | #include "riva_hw.h" |
@@ -61,7 +60,6 @@ struct riva_par { | |||
61 | Bool SecondCRTC; | 60 | Bool SecondCRTC; |
62 | int FlatPanel; | 61 | int FlatPanel; |
63 | struct pci_dev *pdev; | 62 | struct pci_dev *pdev; |
64 | int bus; | ||
65 | int cursor_reset; | 63 | int cursor_reset; |
66 | #ifdef CONFIG_MTRR | 64 | #ifdef CONFIG_MTRR |
67 | struct { int vram; int vram_valid; } mtrr; | 65 | struct { int vram; int vram_valid; } mtrr; |