public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Fix path for omap-sha1-md5 import of irqs.h
@ 2009-04-04 21:40 Mike Auty
  2009-05-14 16:56 ` Tony Lindgren
  2009-05-14 16:57 ` [APPLIED] " Tony Lindgren
  0 siblings, 2 replies; 5+ messages in thread
From: Mike Auty @ 2009-04-04 21:40 UTC (permalink / raw)
  To: linux-omap

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-14 22:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2009-05-14 21:51   ` Mike Auty
2009-05-14 22:33     ` Tony Lindgren
2009-05-14 16:57 ` [APPLIED] " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox