Commit c5dd257a authored by James Bottomley's avatar James Bottomley

NCR53C9x SCSI: Kill bogus inline

From: Geert Uytterhoeven <geert@linux-m68k.org>
parent 01d7cc52
......@@ -652,8 +652,7 @@ extern int nesps, esps_in_use, esps_running;
/* 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);
......
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment