mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 11:38:13 +02:00
compat for pci_pretty_name
This commit is contained in:
parent
acb6abcc6d
commit
f5c81b2620
1 changed files with 4 additions and 0 deletions
|
|
@ -196,4 +196,8 @@ static inline int remap_pfn_range(struct vm_area_struct *vma, unsigned long from
|
|||
#define __x86_64__
|
||||
#endif
|
||||
|
||||
#ifndef pci_pretty_name
|
||||
#define pci_pretty_name(dev) ""
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue