VirtualBox

Changeset 70625 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jan 18, 2018 10:57:13 AM (7 years ago)
Author:
vboxsync
Message:

Make VBoxGuest-linux.c and vbox_mode.c build against Linux 4.15rc8, adjustments.
bugref:9100: Drivers/Linux: Linux 4.15 updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_mode.c

    r70624 r70625  
    403403        if (enc_id)
    404404#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
    405         return drm_encoder_find(connector->dev, NULL, enc_id);
     405                return drm_encoder_find(connector->dev, NULL, enc_id);
    406406#else
    407407                return drm_encoder_find(connector->dev, enc_id);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette