projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db82f84
)
[SCSI] wd33c93: Fix missing prototypes by including <linux/interrupt.h>.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 3 Mar 2006 16:34:08 +0000
(16:34 +0000)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 14:48:26 +0000
(08:48 -0600)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/wd33c93.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/wd33c93.c
b/drivers/scsi/wd33c93.c
index fb53eeaee617b62fc453058879b795ea729859ac..d8a72609a31d4724d94cdcf6925aaa26b20bea85 100644
(file)
--- a/
drivers/scsi/wd33c93.c
+++ b/
drivers/scsi/wd33c93.c
@@
-78,8
+78,8
@@
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
+#include <linux/interrupt.h>
#include <linux/blkdev.h>
-#include <asm/irq.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>