From cc3fd679a344468e892a109b8de3e2948ce14e0f Mon Sep 17 00:00:00 2001 From: Florian Tobias Schandinat Date: Wed, 2 Jun 2010 19:41:23 +0000 Subject: viafb: simplify lcd size "detection" viafb: simplify lcd size "detection" Remove all occurences of get_lcd_size_method as only the values GET_LCD_SIZE_BY_VGA_BIOS and GET_LCD_SIZE_BY_USER_SETTING were used which had the identical code so there is no need to make things look more complicated than they actually are. Just a bit of of cleanup, really no regressions expected. Signed-off-by: Florian Tobias Schandinat Cc: Joseph Chan --- drivers/video/via/chip.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/video/via/chip.h') diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h index d9b6e06e0700..ef1f3de2e052 100644 --- a/drivers/video/via/chip.h +++ b/drivers/video/via/chip.h @@ -160,7 +160,6 @@ struct lvds_setting_information { int v_active; int bpp; int refresh_rate; - int get_lcd_size_method; int lcd_panel_id; int lcd_panel_hres; int lcd_panel_vres; -- cgit v1.2.3