public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: airlied@linux.ie
Cc: dri-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [RFC: 2.6 patch] drivers/char/drm/drm_mm.c: remove unused exports
Date: Thu, 11 Jan 2007 14:48:54 +0100	[thread overview]
Message-ID: <20070111134854.GC20027@stusta.de> (raw)

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);



             reply	other threads:[~2007-01-11 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-11 13:48 Adrian Bunk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-02-20  0:06 [RFC: 2.6 patch] drivers/char/drm/drm_mm.c: remove unused exports Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070111134854.GC20027@stusta.de \
    --to=bunk@stusta.de \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox