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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 11 Jan 2007 14:48:54 +0100
From:	Adrian Bunk <bunk@...sta.de>
To:	airlied@...ux.ie
Cc:	dri-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: [RFC: 2.6 patch] drivers/char/drm/drm_mm.c: remove unused exports

This patch removes two unused exports.

Signed-off-by: Adrian Bunk <bunk@...sta.de>

---

This patch was already sent on:
- 21 Nov 2006

--- linux-2.6.19-rc5-mm2/drivers/char/drm/drm_mm.c.old	2006-11-21 20:08:02.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/char/drm/drm_mm.c	2006-11-21 20:09:19.000000000 +0100
@@ -177,8 +177,6 @@
 	return 0;
 }
 
-EXPORT_SYMBOL(drm_mm_init);
-
 void drm_mm_takedown(drm_mm_t * mm)
 {
 	struct list_head *bnode = mm->root_node.fl_entry.next;
@@ -197,5 +195,3 @@
 
 	drm_free(entry, sizeof(*entry), DRM_MEM_MM);
 }
-
-EXPORT_SYMBOL(drm_mm_takedown);


-
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