diff options
-rw-r--r-- | sys/dev/fb/vesa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c index 728230c..2221301 100644 --- a/sys/dev/fb/vesa.c +++ b/sys/dev/fb/vesa.c @@ -890,7 +890,6 @@ vesa_bios_init(void) vmode.v_lfb = le32toh(vmode.v_lfb); vmode.v_offscreen = le32toh(vmode.v_offscreen); vmode.v_offscreensize = le16toh(vmode.v_offscreensize); - vmode.v_maxpixelclock = le32toh(vmode.v_maxpixelclock); vmode.v_linbpscanline = le16toh(vmode.v_linbpscanline); vmode.v_maxpixelclock = le32toh(vmode.v_maxpixelclock); |