[PATCH 308] Atari ACSI fix

From: Geert Uytterhoeven
Date: Sun Sep 28 2003 - 08:07:07 EST


Atari ACSI: Add missing include and fix duplicate parameter type

--- linux-2.6.0-test6/drivers/block/acsi.c Sat Aug 9 21:42:48 2003
+++ linux-m68k-2.6.0-test6/drivers/block/acsi.c Thu Sep 18 04:30:39 2003
@@ -63,6 +63,7 @@
#include <linux/hdreg.h> /* for HDIO_GETGEO */
#include <linux/blkpg.h>
#include <linux/buffer_head.h>
+#include <linux/blkdev.h>

#include <asm/setup.h>
#include <asm/pgtable.h>
@@ -346,7 +347,7 @@
static int acsicmd_dma( const char *cmd, char *buffer, int blocks, int
rwflag, int enable);
static int acsi_reqsense( char *buffer, int targ, int lun);
-static void acsi_print_error(const unsigned char *errblk, int struct acsi_info_struct *aip);
+static void acsi_print_error(const unsigned char *errblk, struct acsi_info_struct *aip);
static irqreturn_t acsi_interrupt (int irq, void *data, struct pt_regs *fp);
static void unexpected_acsi_interrupt( void );
static void bad_rw_intr( void );

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/