diff options
Diffstat (limited to 'drivers/video/via/share.h')
-rw-r--r-- | drivers/video/via/share.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/share.h b/drivers/video/via/share.h index 3158dfc90be..65c65c611e0 100644 --- a/drivers/video/via/share.h +++ b/drivers/video/via/share.h @@ -319,7 +319,7 @@ struct crt_mode_table { int refresh_rate; int h_sync_polarity; int v_sync_polarity; - struct display_timing crtc; + struct via_display_timing crtc; }; struct io_reg { |