mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
drm: Stop defining pci_pretty_name
drm drivers no longer use pci_pretty_name so we can stop defining it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
83a9e29b0f
commit
f9841a8d60
1 changed files with 0 additions and 4 deletions
|
@ -1142,9 +1142,5 @@ extern void *drm_calloc(size_t nmemb, size_t size, int area);
|
|||
extern unsigned long drm_core_get_map_ofs(drm_map_t * map);
|
||||
extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev);
|
||||
|
||||
#ifndef pci_pretty_name
|
||||
#define pci_pretty_name(dev) ""
|
||||
#endif
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue