From: Meelis Roos <mroos@linux.ee>
To: Linux Kernel list <linux-kernel@vger.kernel.org>,
Benjamin Herrenschmidt <benh@ozlabs.org>,
Jeff Garzik <jeff@garzik.org>
Subject: compile failure in pata_sil680.c
Date: Tue, 8 Apr 2008 16:44:11 +0300 (EEST) [thread overview]
Message-ID: <Pine.SOC.4.64.0804081640100.28938@math.ut.ee> (raw)
commit 0f436eff54f90419ac1b8accfb3e6e17c4b49a4e introduces the following
compile failure on ppc (not powerpc), prep subarch. Seems that
machine_is is only defined in the new powerpc arch.
drivers/ata/pata_sil680.c: In function 'sil680_init_chip':
drivers/ata/pata_sil680.c:274: error: implicit declaration of function 'machine_is'
drivers/ata/pata_sil680.c:274: error: 'cell' undeclared (first use in this function)
drivers/ata/pata_sil680.c:274: error: (Each undeclared identifier is reported only once
drivers/ata/pata_sil680.c:274: error: for each function it appears in.)
make[2]: *** [drivers/ata/pata_sil680.o] Error 1
--
Meelis Roos (mroos@linux.ee)
next reply other threads:[~2008-04-08 13:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-08 13:44 Meelis Roos [this message]
2008-04-08 20:55 ` compile failure in pata_sil680.c Benjamin Herrenschmidt
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=Pine.SOC.4.64.0804081640100.28938@math.ut.ee \
--to=mroos@linux.ee \
--cc=benh@ozlabs.org \
--cc=jeff@garzik.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.