From: Rajesh Shah <rajesh.shah@intel.com>
To: linux-ia64@vger.kernel.org
Subject: Re: tiger_defconfig build fails for 2.6.12-rc2-mm1
Date: Wed, 06 Apr 2005 22:36:29 +0000 [thread overview]
Message-ID: <20050406153629.A31796@unix-os.sc.intel.com> (raw)
In-Reply-To: <20050405165047.A21553@unix-os.sc.intel.com>
On Wed, Apr 06, 2005 at 02:56:34PM -0700, Andrew Morton wrote:
>
> I don't see why bk-acpi-alpha-build-fix.patch needed to be reverted?
With that patch in I get:
In file included from drivers/firmware/pcdp.c:18:
drivers/firmware/pcdp.h:48: error: field `addr' has incomplete type
drivers/firmware/pcdp.c: In function `setup_serial_console':
drivers/firmware/pcdp.c:27: error: `ACPI_ADR_SPACE_SYSTEM_MEMORY' undeclared (first use in this function)
drivers/firmware/pcdp.c:27: error: (Each undeclared identifier is reported only once
drivers/firmware/pcdp.c:27: error: for each function it appears in.)
make[2]: *** [drivers/firmware/pcdp.o] Error 1
make[1]: *** [drivers/firmware] Error 2
make[1]: *** Waiting for unfinished jobs....
KAMEZAWA Hiroyuki had posted this patch, and it fixes it for
me too:
diff -puN drivers/firmware/pcdp.c~cleanup drivers/firmware/pcdp.c
--- linux-2.6.12-rc2-mm1/drivers/firmware/pcdp.c~cleanup 2005-04-06 15:43:01.000000000 +0900
+++ linux-2.6.12-rc2-mm1-kamezawa/drivers/firmware/pcdp.c 2005-04-06 15:43:24.000000000 +0900
@@ -11,6 +11,7 @@
* published by the Free Software Foundation.
*/
+#include <linux/config.h>
#include <linux/acpi.h>
#include <linux/console.h>
#include <linux/efi.h>
Rajesh
next prev parent reply other threads:[~2005-04-06 22:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-05 23:50 tiger_defconfig build fails for 2.6.12-rc2-mm1 Rajesh Shah
2005-04-06 1:50 ` Andrew Morton
2005-04-06 7:51 ` KAMEZAWA Hiroyuki
2005-04-06 16:49 ` Rajesh Shah
2005-04-06 21:56 ` Andrew Morton
2005-04-06 22:36 ` Rajesh Shah [this message]
2005-04-06 22:48 ` Andrew Morton
2005-04-06 22:48 ` Andrew Morton
2005-04-06 23:16 ` Rajesh Shah
2005-04-06 23:29 ` Christoph Lameter
2005-04-06 23:40 ` Andrew Morton
2005-04-06 23:45 ` Christoph Lameter
2005-04-06 23:46 ` Rajesh Shah
2005-04-06 23:54 ` KAMEZAWA Hiroyuki
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=20050406153629.A31796@unix-os.sc.intel.com \
--to=rajesh.shah@intel.com \
--cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox