From 01a8c188eb45194683ee996705a3438799401e5f Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Thu, 5 Oct 2000 13:38:54 +0000 Subject: Initialization fixes for 2.4.0-test9 --- drivers/scsi/dec_esp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/scsi/dec_esp.c b/drivers/scsi/dec_esp.c index 6aaf8c1a4..7e6a0c079 100644 --- a/drivers/scsi/dec_esp.c +++ b/drivers/scsi/dec_esp.c @@ -15,6 +15,8 @@ * Dont try to put multiple cards in one machine - They are * both detected but it may crash under high load garbling your * data. + * 20001005 - Initialization fixes for 2.4.0-test9 + * Florian Lohoff */ #include @@ -101,6 +103,10 @@ volatile unsigned long *scsi_sdr1; static void scsi_dma_int(int, void *, struct pt_regs *); +static Scsi_Host_Template driver_template = SCSI_DEC_ESP; + +#include "scsi_module.c" + /***************************************************************** Detection */ int dec_esp_detect(Scsi_Host_Template * tpnt) { -- cgit v1.2.3