[PATCH 384] NCR53C9x SCSI inline

From: Geert Uytterhoeven
Date: Thu Jan 01 2004 - 16:33:46 EST


NCR53C9x SCSI: Kill bogus inline

--- linux-2.6.0/drivers/scsi/NCR53C9x.h 2003-06-15 09:38:35.000000000 +0200
+++ linux-m68k-2.6.0/drivers/scsi/NCR53C9x.h 2003-11-23 21:05:59.000000000 +0100
@@ -652,8 +652,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.6.0/drivers/scsi/mac_esp.c 2003-10-20 23:12:46.000000000 +0200
+++ linux-m68k-2.6.0/drivers/scsi/mac_esp.c 2003-11-23 21:07:26.000000000 +0100
@@ -46,7 +46,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/