Skip to content
Commit caed71ef authored by Alexey Lebedeff's avatar Alexey Lebedeff
Browse files

nvidia_legacy_340: Remove unneeded/failing patch

The patch is not applying and no longer needed after upgrade in
045575e7. Now the same result is
achieved by the following lines in the driver package itself:

    #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT)
    #define nv_drm_pci_init drm_legacy_pci_init
    #define nv_drm_pci_exit drm_legacy_pci_exit
    #else
    #define nv_drm_pci_init drm_pci_init
    #define nv_drm_pci_exit drm_pci_exit
    #endif
parent 60ede4d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment