viafb: remove unused structure member
authorHarald Welte <[email protected]>
Tue, 22 Sep 2009 23:47:33 +0000 (16:47 -0700)
committerLinus 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

index dde95edc387a6656f44c37442690379d863ff334..7f959676760cb18d990f7fc51d891685463e3c44 100644 (file)
@@ -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;