diff options
author | Sam Creasey <sammy@sammy.net> | 2006-12-09 04:37:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-09 12:41:18 -0500 |
commit | c39e7eee149b4105fc49df27a2cb04fad880bb00 (patch) | |
tree | 16900d269d2aefe32c2c0280f2291b886c84c599 /drivers/scsi/sun3_scsi_vme.c | |
parent | a3a79bd7c75f0055df16540c7e9dbe270060ebe8 (diff) |
[PATCH] Sun3 SCSI: Make sun3 scsi drivers compile/work again
Make sun3 scsi drivers compile/work again (though with way too many warnings...)
Tested on 3/50, 3/60.
Signed-off-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/scsi/sun3_scsi_vme.c')
-rw-r--r-- | drivers/scsi/sun3_scsi_vme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sun3_scsi_vme.c b/drivers/scsi/sun3_scsi_vme.c index 92def310a84c..bb0c9fd99e68 100644 --- a/drivers/scsi/sun3_scsi_vme.c +++ b/drivers/scsi/sun3_scsi_vme.c | |||
@@ -41,9 +41,9 @@ | |||
41 | #define REAL_DMA | 41 | #define REAL_DMA |
42 | 42 | ||
43 | #include "scsi.h" | 43 | #include "scsi.h" |
44 | #include "initio.h" | ||
44 | #include <scsi/scsi_host.h> | 45 | #include <scsi/scsi_host.h> |
45 | #include "sun3_scsi.h" | 46 | #include "sun3_scsi.h" |
46 | #include "NCR5380.h" | ||
47 | 47 | ||
48 | extern int sun3_map_test(unsigned long, char *); | 48 | extern int sun3_map_test(unsigned long, char *); |
49 | 49 | ||