compat for pci_pretty_name
parent
acb6abcc6d
commit
f5c81b2620
|
@ -196,4 +196,8 @@ static inline int remap_pfn_range(struct vm_area_struct *vma, unsigned long from
|
||||||
#define __x86_64__
|
#define __x86_64__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef pci_pretty_name
|
||||||
|
#define pci_pretty_name(dev) ""
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue