From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: arch.h: Include irq.h
Date: Wed, 9 Nov 2011 08:45:03 +0000 [thread overview]
Message-ID: <20111109084502.GN12913@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1320811364-12122-1-git-send-email-festevam@gmail.com>
On Wed, Nov 09, 2011 at 02:02:44AM -0200, Fabio Estevam wrote:
> diff --git a/arch/arm/include/asm/mach/arch.h b/arch/arm/include/asm/mach/arch.h
> index 7d19425..71f8bec 100644
> --- a/arch/arm/include/asm/mach/arch.h
> +++ b/arch/arm/include/asm/mach/arch.h
> @@ -7,6 +7,7 @@
> * it under the terms of the GNU General Public License version 2 as
> * published by the Free Software Foundation.
> */
> +#include <asm/mach/irq.h>
>
> #ifndef __ASSEMBLY__
Just add a 'struct pt_regs;' declaration along side the other structure
declarations. We don't need to increase the rats nest of includes to fix
this.
prev parent reply other threads:[~2011-11-09 8:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-09 4:02 [PATCH] ARM: arch.h: Include irq.h Fabio Estevam
2011-11-09 8:45 ` Russell King - ARM Linux [this message]
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=20111109084502.GN12913@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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).