DRM drivers no longer use pci_pretty_name so we can stop defining it. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> --- Already sent on: 2006-06-05 2006-08-21
drivers/char/drm/drmP.h | 4 ---- 1 file changed, 4 deletions(-) --- linux-2.6.20-rc1.orig/drivers/char/drm/drmP.h 2006-12-17 16:46:04.000000000 +0100 +++ linux-2.6.20-rc1/drivers/char/drm/drmP.h 2006-12-17 16:51:28.000000000 +0100 @@ -1143,9 +1143,5 @@ 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 -- Jean Delvare - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/