mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/xe/display: Drop xe_display_driver_remove() stub
The function was removed by commit d41d048043 ("drm/xe/display:
Drop xe_display_driver_remove()") but we missed to remove its stub.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/20260512183342.3374-3-michal.wajdeczko@intel.com
This commit is contained in:
parent
9172676bf1
commit
b424e0db82
|
|
@ -42,7 +42,6 @@ void xe_display_pm_runtime_resume(struct xe_device *xe);
|
|||
|
||||
static inline int xe_display_driver_probe_defer(struct pci_dev *pdev) { return 0; }
|
||||
static inline void xe_display_driver_set_hooks(struct drm_driver *driver) { }
|
||||
static inline void xe_display_driver_remove(struct xe_device *xe) {}
|
||||
|
||||
static inline int xe_display_probe(struct xe_device *xe) { return 0; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user