From: Greg Ungerer <gerg@snapgear.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] m68knommu: remove duplicate exports
Date: Mon, 29 Oct 2007 23:07:48 +1000 [thread overview]
Message-ID: <4725DB24.8060608@snapgear.com> (raw)
In-Reply-To: <20071029124957.GN7227@stusta.de>
Adrian Bunk wrote:
> One EXPORT_SYMBOL should be enough for everyone.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
> ---
>
> arch/m68knommu/kernel/m68k_ksyms.c | 11 -----------
> 1 file changed, 11 deletions(-)
>
> db7c0d48feac0857d0bc2e79147b63d5f9675077
> diff --git a/arch/m68knommu/kernel/m68k_ksyms.c b/arch/m68knommu/kernel/m68k_ksyms.c
> index f795062..53fad14 100644
> --- a/arch/m68knommu/kernel/m68k_ksyms.c
> +++ b/arch/m68knommu/kernel/m68k_ksyms.c
> @@ -24,14 +24,6 @@ extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
> EXPORT_SYMBOL(__ioremap);
> EXPORT_SYMBOL(iounmap);
> EXPORT_SYMBOL(dump_fpu);
> -EXPORT_SYMBOL(strnlen);
> -EXPORT_SYMBOL(strrchr);
> -EXPORT_SYMBOL(strstr);
> -EXPORT_SYMBOL(strchr);
> -EXPORT_SYMBOL(strcat);
> -EXPORT_SYMBOL(strlen);
> -EXPORT_SYMBOL(strcmp);
> -EXPORT_SYMBOL(strncmp);
>
> EXPORT_SYMBOL(ip_fast_csum);
>
> @@ -46,9 +38,6 @@ EXPORT_SYMBOL(csum_partial_copy_nocheck);
> it's OK to leave it out of version control. */
> EXPORT_SYMBOL(memcpy);
> EXPORT_SYMBOL(memset);
> -EXPORT_SYMBOL(memcmp);
> -EXPORT_SYMBOL(memscan);
> -EXPORT_SYMBOL(memmove);
>
> EXPORT_SYMBOL(__down_failed);
> EXPORT_SYMBOL(__down_failed_interruptible);
>
>
--
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: gerg@snapgear.com
SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
next prev parent reply other threads:[~2007-10-29 13:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-29 12:49 [2.6 patch] m68knommu: remove duplicate exports Adrian Bunk
2007-10-29 13:07 ` Greg Ungerer [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-12-13 18:45 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=4725DB24.8060608@snapgear.com \
--to=gerg@snapgear.com \
--cc=bunk@kernel.org \
--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 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.