[parisc-linux-cvs] linux-2.5 willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Mon, 17 Feb 2003 11:43:52 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	willy	03/02/17 11:43:52

Modified files:
	drivers/scsi   : ncr53c8xx.c ncr53c8xx.h sym53c8xx.c sym53c8xx.h 
	                 zalon.c zalon.h 

Log message:
The SCSI midlayer now complains if we don't set a ->release method, so
always set that, even if we're not a module.
Its complaint includes the name of the driver, and that was being
initialised to a 0-length string, so fix that too.
request_irq() & free_irq() moved from sched.h to interrupt.h.