On Nov 6, 2007 1:07 AM, Adrian Bunk <[EMAIL PROTECTED]> wrote: > This patch removes the unused EXPORT_SYMBOL(get_wchan). > It should be. "The only user of get_wchan I was able to find is the proc fs - and proc can't be built modular." You said before, right?
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Bryan Wu <[EMAIL PROTECTED]> > --- > 6acc2faa1f25d2d5fbf6c5e435c222a79f753afa > diff --git a/arch/blackfin/kernel/bfin_ksyms.c > b/arch/blackfin/kernel/bfin_ksyms.c > index 99ea57c..5dad9d3 100644 > --- a/arch/blackfin/kernel/bfin_ksyms.c > +++ b/arch/blackfin/kernel/bfin_ksyms.c > @@ -65,7 +65,6 @@ EXPORT_SYMBOL(memset); > EXPORT_SYMBOL(memcmp); > EXPORT_SYMBOL(memmove); > EXPORT_SYMBOL(memchr); > -EXPORT_SYMBOL(get_wchan); > > /* > * libgcc functions - functions that are used internally by the > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

