From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: airlied@linux.ie, 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: Tue, 20 Feb 2007 01:06:49 +0100 [thread overview]
Message-ID: <20070220000649.GJ13958@stusta.de> (raw)
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);
next reply other threads:[~2007-02-20 0:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-20 0:06 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-11 13:48 [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=20070220000649.GJ13958@stusta.de \
--to=bunk@stusta.de \
--cc=airlied@linux.ie \
--cc=akpm@linux-foundation.org \
--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