VirtualBox

忽略:
時間撮記:
2017-3-8 上午11:24:53 (8 年 以前)
作者:
vboxsync
訊息:

Additions/linux: Linux 4.11 compile fixes

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/drm/vbox_main.c

    r65381 r65992  
    177177    int ret;
    178178
     179#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
     180    drm_helper_mode_fill_fb_struct(dev, &vbox_fb->base, mode_cmd);
     181#else
    179182    drm_helper_mode_fill_fb_struct(&vbox_fb->base, mode_cmd);
     183#endif
    180184    vbox_fb->obj = obj;
    181185    ret = drm_framebuffer_init(dev, &vbox_fb->base, &vbox_fb_funcs);
     
    395399}
    396400
     401#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
     402void vbox_driver_unload(struct drm_device *dev)
     403#else
    397404int vbox_driver_unload(struct drm_device *dev)
     405#endif
    398406{
    399407    struct vbox_private *vbox = dev->dev_private;
     
    411419    kfree(vbox);
    412420    dev->dev_private = NULL;
    413     return 0;
     421#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
     422    return 0;
     423#endif
    414424}
    415425
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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