patch-2.1.90 linux/drivers/scsi/scsi_obsolete.c
Next file: linux/drivers/scsi/scsi_queue.c
Previous file: linux/drivers/scsi/scsi_error.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Mar 12 10:33:21 1998
- Orig file:
v2.1.89/linux/drivers/scsi/scsi_obsolete.c
- Orig date:
Mon Feb 23 18:12:07 1998
diff -u --recursive --new-file v2.1.89/linux/drivers/scsi/scsi_obsolete.c linux/drivers/scsi/scsi_obsolete.c
@@ -20,10 +20,6 @@
* Native multichannel, wide scsi, /proc/scsi and hot plugging
* support added by Michael Neuffer <mike@i-connect.net>
*
- * Added request_module("scsi_hostadapter") for kerneld:
- * (Put an "alias scsi_hostadapter your_hostadapter" in /etc/conf.modules)
- * Bjorn Ekwall <bj0rn@blox.se>
- *
* Major improvements to the timeout, abort, and reset processing,
* as well as performance modifications for large queue depths by
* Leonard N. Zubkoff <lnz@dandelion.com>
@@ -47,7 +43,6 @@
* driver uses the new code this *ENTIRE* file will be nuked.
*/
-#include <linux/config.h> /* for CONFIG_KERNELD */
#define __NO_VERSION__
#include <linux/module.h>
@@ -69,10 +64,6 @@
#include "scsi.h"
#include "hosts.h"
#include "constants.h"
-
-#ifdef CONFIG_KERNELD
-#include <linux/kerneld.h>
-#endif
#undef USE_STATIC_SCSI_MEMORY
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov