From: Tony Lindgren <tony@atomide.com>
To: Mike Auty <mike.auty@gmail.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP: Fix path for omap-sha1-md5 import of irqs.h
Date: Thu, 14 May 2009 09:56:28 -0700 [thread overview]
Message-ID: <20090514165627.GJ5593@atomide.com> (raw)
In-Reply-To: <49D7D3BB.30500@gmail.com>
Hi,
* Mike Auty <mike.auty@gmail.com> [090404 14:40]:
> Hi there,
>
> This is my first kernel-type patch, so please go easy on me if I've made
> any mistakes. I recently tried building the master kernel from master
> (commit e75343a207ef24490176abe3503743d7a006e299) and it failed at
> omap-sha1-md5.c with a file not found issue (asm/arch-omap/irqs.h). I
> looked for a similar file, and figured that it meant
> asm/plat-omap/include/mach/irqs.h, so I produced the patch below.
> Hopefully that's the correct solution, but I'd appreciate it if someone
> else could look it over too. Thanks very much,
Sorry for the delay.. I'll apply this to linux-omap tree. Do you want
to take this driver and prepare a patch to the associated driver mailing
list so we can get it integrated?
Regards,
Tony
> Mike 5:)
>
> ---
> drivers/crypto/omap-sha1-md5.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/crypto/omap-sha1-md5.c b/drivers/crypto/omap-sha1-md5.c
> index 6d77703..90ad56f 100644
> --- a/drivers/crypto/omap-sha1-md5.c
> +++ b/drivers/crypto/omap-sha1-md5.c
> @@ -13,7 +13,7 @@
> * This driver is based on padlock-sha.c driver.
> */
>
> -#include <asm/arch-omap/irqs.h>
> +#include <mach/irqs.h>
> #include <crypto/algapi.h>
> #include <crypto/sha.h>
> #include <linux/err.h>
> --
> 1.6.2.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-05-14 16:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-04 21:40 [PATCH] ARM: OMAP: Fix path for omap-sha1-md5 import of irqs.h Mike Auty
2009-05-14 16:56 ` Tony Lindgren [this message]
2009-05-14 21:51 ` Mike Auty
2009-05-14 22:33 ` Tony Lindgren
2009-05-14 16:57 ` [APPLIED] " Tony Lindgren
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=20090514165627.GJ5593@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=mike.auty@gmail.com \
/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.