projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a9e29
)
drm: Stop defining pci_pretty_name
author
Jean Delvare
<khali@linux-fr.org>
Tue, 19 Dec 2006 07:04:33 +0000
(18:04 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Tue, 19 Dec 2006 07:04:33 +0000
(18:04 +1100)
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>
drivers/char/drm/drmP.h
patch
|
blob
|
history
diff --git
a/drivers/char/drm/drmP.h
b/drivers/char/drm/drmP.h
index
e31af67
..
6dcdceb
100644
(file)
--- a/
drivers/char/drm/drmP.h
+++ b/
drivers/char/drm/drmP.h
@@
-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