From: Florian Tobias Schandinat on
From: Harald Welte <laforge(a)gnumonks.org>

viafb: remove unused structure member

This patch removes a structure member 'on_slot' in the chip_info structure
which is completely unused.

Signed-off-by: Harald Welte <HaraldWelte(a)viatech.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de>
---
drivers/video/via/chip.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h
index dde95ed..7f95967 100644
--- 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;
--
1.6.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/