[PATCH 143] NCR53C9x SCSI inline

From: Geert Uytterhoeven
Date: Sun Dec 07 2003 - 16:39:04 EST


NCR53C9x SCSI: Kill bogus inline

--- linux-2.4.23/drivers/scsi/NCR53C9x.h 2001-09-25 10:15:03.000000000 +0200
+++ linux-m68k-2.4.23/drivers/scsi/NCR53C9x.h 2003-11-30 12:51:50.000000000 +0100
@@ -639,8 +639,7 @@


/* External functions */
-extern inline void esp_cmd(struct NCR_ESP *esp, struct ESP_regs *eregs,
- unchar cmd);
+extern void esp_cmd(struct NCR_ESP *esp, struct ESP_regs *eregs, unchar cmd);
extern struct NCR_ESP *esp_allocate(Scsi_Host_Template *, void *);
extern void esp_deallocate(struct NCR_ESP *);
extern void esp_release(void);
--- linux-2.4.23/drivers/scsi/mac_esp.c 2003-10-20 23:16:45.000000000 +0200
+++ linux-m68k-2.4.23/drivers/scsi/mac_esp.c 2003-11-23 22:17:06.000000000 +0100
@@ -44,7 +44,7 @@
#define mac_turnon_irq(x) mac_enable_irq(x)
#define mac_turnoff_irq(x) mac_disable_irq(x)

-extern inline void esp_handle(struct NCR_ESP *esp);
+extern void esp_handle(struct NCR_ESP *esp);
extern void mac_esp_intr(int irq, void *dev_id, struct pt_regs *pregs);

static int dma_bytes_sent(struct NCR_ESP * esp, int fifo_count);

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/