compat for pci_pretty_name

main
Dave Airlie 2005-09-17 04:16:51 +00:00
parent acb6abcc6d
commit f5c81b2620
1 changed files with 4 additions and 0 deletions

View File

@ -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