All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org, ak@suse.de, discuss@x86-64.org
Subject: [2.6.19 patch] i386/x86_64: remove the unused EXPORT_SYMBOL(dump_trace)
Date: Tue, 21 Nov 2006 20:41:38 +0100	[thread overview]
Message-ID: <20061121194138.GF5200@stusta.de> (raw)

This patch removes the unused EXPORT_SYMBOL(dump_trace) added on i386 
and x86_64 in 2.6.19-rc.

By removing them before the final 2.6.19 we avoid the possibility of 
people later whining that we removed exports they started using.

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

---

 arch/i386/kernel/traps.c   |    1 -
 arch/x86_64/kernel/traps.c |    1 -
 2 files changed, 2 deletions(-)

--- linux-2.6.19-rc5-mm2/arch/i386/kernel/traps.c.old	2006-11-21 19:45:10.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/i386/kernel/traps.c	2006-11-21 19:45:26.000000000 +0100
@@ -247,7 +247,6 @@
 			break;
 	}
 }
-EXPORT_SYMBOL(dump_trace);
 
 static void
 print_trace_warning_symbol(void *data, char *msg, unsigned long symbol)
--- linux-2.6.19-rc5-mm2/arch/x86_64/kernel/traps.c.old	2006-11-21 19:45:33.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/x86_64/kernel/traps.c	2006-11-21 19:45:59.000000000 +0100
@@ -377,7 +377,6 @@
 out:
 	put_cpu();
 }
-EXPORT_SYMBOL(dump_trace);
 
 static void
 print_trace_warning_symbol(void *data, char *msg, unsigned long symbol)


             reply	other threads:[~2006-11-21 19:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-21 19:41 Adrian Bunk [this message]
2006-11-21 19:47 ` [2.6.19 patch] i386/x86_64: remove the unused EXPORT_SYMBOL(dump_trace) Andi Kleen
2006-11-21 20:18   ` Christoph Hellwig
2006-11-21 21:06     ` Alan
2006-11-22  7:40       ` Vara Prasad

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=20061121194138.GF5200@stusta.de \
    --to=bunk@stusta.de \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=discuss@x86-64.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 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.