All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Auty <mike.auty@gmail.com>
To: linux-omap@vger.kernel.org
Subject: [PATCH] ARM: OMAP: Fix path for omap-sha1-md5 import of irqs.h
Date: Sat, 04 Apr 2009 22:40:11 +0100	[thread overview]
Message-ID: <49D7D3BB.30500@gmail.com> (raw)

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,

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


             reply	other threads:[~2009-04-04 21:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-04 21:40 Mike Auty [this message]
2009-05-14 16:56 ` [PATCH] ARM: OMAP: Fix path for omap-sha1-md5 import of irqs.h Tony Lindgren
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=49D7D3BB.30500@gmail.com \
    --to=mike.auty@gmail.com \
    --cc=linux-omap@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 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.