compat for pci_pretty_name

This commit is contained in:
Dave Airlie 2005-09-17 04:16:51 +00:00
parent acb6abcc6d
commit f5c81b2620

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