lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 17 Dec 2006 16:55:49 +0100
From:	Jean Delvare <khali@...ux-fr.org>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	David Airlie <airlied@...ux.ie>, Andrew Morton <akpm@...l.org>
Subject: [PATCH] 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@...ux-fr.org>
---
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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ