Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f9841a8d6018f8bcba77e75c9e368d94f1f22933
Commit:     f9841a8d6018f8bcba77e75c9e368d94f1f22933
Parent:     83a9e29b0fd753c28e3979d638a8ebfd3f6ebc96
Author:     Jean Delvare <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 19 18:04:33 2006 +1100
Committer:  Dave Airlie <[EMAIL PROTECTED]>
CommitDate: Tue Dec 19 18:04:33 2006 +1100

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Dave Airlie <[EMAIL PROTECTED]>
---
 drivers/char/drm/drmP.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h
index e31af67..6dcdceb 100644
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to