From: "Grant Likely" <grant.likely@secretlab.ca>
To: "linuxppc-embedded list" <linuxppc-embedded@ozlabs.org>,
"Matt Porter" <mporter@kernel.crashing.org>,
"Paul Mackerras" <paulus@samba.org>
Subject: [Patch] Fix compile error for ML300/403
Date: Wed, 8 Mar 2006 16:07:30 -0700 [thread overview]
Message-ID: <528646bc0603081507t24c7e2f5u8e2823931200a857@mail.gmail.com> (raw)
Fix compile error due to changes in ppc_sys.c. This is needed in the
powerpc.git tree
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
commit 75ec8a6ff8410c30f459e5e1c924ce811f8b1e25
tree 87f29c44458d2966bf208f9ea25432b26faa2eb5
parent 126dddf2535520cbeafb7069ce092b80beb8558a
author Grant Likely <grant.likely@secretlab.ca> Wed, 08 Mar 2006 16:03:56 -=
0700
committer <grant@weasley-twins.(none)> Wed, 08 Mar 2006 16:03:56 -0700
arch/ppc/platforms/4xx/virtex.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/platforms/4xx/virtex.h b/arch/ppc/platforms/4xx/virte=
x.h
index 2a2a65c..4d893ef 100644
--- a/arch/ppc/platforms/4xx/virtex.h
+++ b/arch/ppc/platforms/4xx/virtex.h
@@ -27,7 +27,7 @@
/* Device type enumeration for platform bus definitions */
#ifndef __ASSEMBLY__
enum ppc_sys_devices {
- VIRTEX_UART, VIRTEX_FB,
+ VIRTEX_UART, VIRTEX_FB, NUM_PPC_SYS_DEVS,
};
#endif
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
(403) 399-0195
next reply other threads:[~2006-03-08 23:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-08 23:07 Grant Likely [this message]
2006-03-09 13:33 ` [Patch] Fix compile error for ML300/403 Andrei Konovalov
2006-03-10 6:36 ` Grant Likely
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=528646bc0603081507t24c7e2f5u8e2823931200a857@mail.gmail.com \
--to=grant.likely@secretlab.ca \
--cc=linuxppc-embedded@ozlabs.org \
--cc=mporter@kernel.crashing.org \
--cc=paulus@samba.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;
as well as URLs for NNTP newsgroup(s).