From: madhavi.linux@gmail.com (Madhavi Manchala)
To: linux-arm-kernel@lists.infradead.org
Subject: MACH_TYPE undeclared error
Date: Tue, 29 Mar 2011 12:01:40 +0530 [thread overview]
Message-ID: <AANLkTimSWBx-FTj1WXpOgFXyH6rLSWFNzayLd_yOj7d_@mail.gmail.com> (raw)
Dear All,
I have defined a MACHINE_START macro in my board C file as follows.
MACHINE_START(S3C2510, "S3C2510")
.init_irq = s3c2510_init_irq,
.timer = &s3c2510_time_init,
MACHINE_END
When I try to compile this C file, I am seeing the following error message.
arch/arm/mach-s3c2510/s3c2510.c:35:1: error: 'MACH_TYPE_S3C2510'
undeclared here (not in a function)
I googled, but there is no luck for me. Please suggest me whether I am
missing any configuration item.
Any hints / suggestions would be appreciated.
Thanks and Regards,
Madhavi M.
next reply other threads:[~2011-03-29 6:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-29 6:31 Madhavi Manchala [this message]
2011-03-29 6:50 ` MACH_TYPE undeclared error Baruch Siach
2011-03-29 6:54 ` Uwe Kleine-König
2011-03-29 8:31 ` Madhavi Manchala
2011-03-29 9:24 ` Uwe Kleine-König
2011-03-29 9:38 ` Madhavi Manchala
2011-03-29 9:27 ` Russell King - ARM Linux
2011-03-29 9:38 ` Madhavi Manchala
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=AANLkTimSWBx-FTj1WXpOgFXyH6rLSWFNzayLd_yOj7d_@mail.gmail.com \
--to=madhavi.linux@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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).