projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93967be
)
viafb: remove unused structure member
author
Harald Welte
<
[email protected]
>
Tue, 22 Sep 2009 23:47:33 +0000
(16:47 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 23 Sep 2009 14:39:53 +0000
(07:39 -0700)
Remove a structure member 'on_slot' in the chip_info structure which is
completely unused.
Signed-off-by: Harald Welte <
[email protected]
>
Signed-off-by: Florian Tobias Schandinat <
[email protected]
>
Cc: Scott Fang <
[email protected]
>
Cc: Joseph Chan <
[email protected]
>
Cc: Jonathan Corbet <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/via/chip.h
patch
|
blob
|
history
diff --git
a/drivers/video/via/chip.h
b/drivers/video/via/chip.h
index dde95edc387a6656f44c37442690379d863ff334..7f959676760cb18d990f7fc51d891685463e3c44 100644
(file)
--- a/
drivers/video/via/chip.h
+++ b/
drivers/video/via/chip.h
@@
-122,7
+122,6
@@
struct lvds_chip_information {
struct chip_information {
int gfx_chip_name;
int gfx_chip_revision;
- int chip_on_slot;
struct tmds_chip_information tmds_chip_info;
struct lvds_chip_information lvds_chip_info;
struct lvds_chip_information lvds_chip_info2;