lkml.org 
[lkml]   [1998]   [Apr]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subjectlinux/drivers/scsi/fdomain.c patch
Date
The compiler (gcc-2.8.1) complained about do_fdomain_16x0_intr()
being undeclared when I tried to build the PCMCIA utilities for
2.1.96. This fixes the problem.

====--CUT HERE--====
--- linux/drivers/scsi/fdomain.c.orig Wed Apr 15 07:56:57 1998
+++ linux/drivers/scsi/fdomain.c Wed Apr 15 10:00:29 1998
@@ -400,6 +400,8 @@
static int FIFO_Size = 0x2000; /* 8k FIFO for
pre-tmc18c30 chips */

+extern void do_fdomain_16x0_intr( int irq, void *dev_id,
+ struct pt_regs * regs );
extern void fdomain_16x0_intr( int irq, void *dev_id,
struct pt_regs * regs );

====--CUT HERE--====
--
Bob Tracy | "Eagles may soar, but weasels don't get
AFIWC/TIPER | sucked into jet engines."
rct@merkin.csap.af.mil | --Anon
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.024 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site