From: Olaf Hering <olh@suse.de>
To: linuxppc-dev@lists.linuxppc.org,
Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>
Subject: [PATCH] incorrect extern declarations
Date: Sun, 14 Sep 2003 21:40:38 +0200 [thread overview]
Message-ID: <20030914194038.GA19676@suse.de> (raw)
both variables are declared static earlier in the file. gcc3.4 doesnt
tolerated the extern anymore.
--- linux-2.4.23-pre4/arch/ppc/platforms/prep_pci.c~ 2003-08-25 13:44:40.000000000 +0200
+++ linux-2.4.23-pre4/arch/ppc/platforms/prep_pci.c 2003-09-14 17:36:54.000000000 +0200
@@ -1141,8 +1141,6 @@ void __init
prep_pcibios_fixup(void)
{
struct pci_dev *dev;
- extern unsigned char *Motherboard_map;
- extern unsigned char *Motherboard_routes;
prep_route_pci_interrupts();
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next reply other threads:[~2003-09-14 19:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-14 19:40 Olaf Hering [this message]
2003-10-09 23:13 ` [PATCH] incorrect extern declarations Olaf Hering
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=20030914194038.GA19676@suse.de \
--to=olh@suse.de \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=marcelo.tosatti@cyclades.com.br \
/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.