All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] drivers/char/drm/drm_mm.c: remove unused exports
@ 2007-02-20  0:06 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-02-20  0:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: airlied, dri-devel, linux-kernel

This patch removes two unused exports.

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

---

This patch was already sent on:
- 11 Jan 2007
- 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);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [RFC: 2.6 patch] drivers/char/drm/drm_mm.c: remove unused exports
@ 2007-01-11 13:48 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-01-11 13:48 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel

This patch removes two unused exports.

Signed-off-by: Adrian Bunk <bunk@stusta.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);



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-20  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20  0:06 [RFC: 2.6 patch] drivers/char/drm/drm_mm.c: remove unused exports Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2007-01-11 13:48 Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.