diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2012-11-22 07:11:32 -0500 |
---|---|---|
committer | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2013-01-24 02:59:44 -0500 |
commit | ea4f3111ef0daffa1d11fded6f375227febca458 (patch) | |
tree | 4be2908bdb0ee68d5d7614d9cc2b01ed4fcf8be6 /drivers/video/via/hw.h | |
parent | 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619 (diff) |
viafb: rename display_timing to via_display_timing
The struct display_timing is specific to the via subsystem. The naming leads to
collisions with the new struct display_timing, which is supposed to be a shared
struct between different subsystems.
To clean this up, prepend the existing struct with the subsystem it is specific
to.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r-- | drivers/video/via/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h index a8205754c736..3be073c58b03 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/via/hw.h | |||
@@ -637,7 +637,7 @@ extern int viafb_LCD_ON; | |||
637 | extern int viafb_DVI_ON; | 637 | extern int viafb_DVI_ON; |
638 | extern int viafb_hotplug; | 638 | extern int viafb_hotplug; |
639 | 639 | ||
640 | struct display_timing var_to_timing(const struct fb_var_screeninfo *var, | 640 | struct via_display_timing var_to_timing(const struct fb_var_screeninfo *var, |
641 | u16 cxres, u16 cyres); | 641 | u16 cxres, u16 cyres); |
642 | void viafb_fill_crtc_timing(const struct fb_var_screeninfo *var, | 642 | void viafb_fill_crtc_timing(const struct fb_var_screeninfo *var, |
643 | u16 cxres, u16 cyres, int iga); | 643 | u16 cxres, u16 cyres, int iga); |