diff options
Diffstat (limited to 'drivers/scsi/hosts.c')
-rw-r--r-- | drivers/scsi/hosts.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 58698132b..79781bc42 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c @@ -291,10 +291,6 @@ #include "scsi_debug.h" #endif -#ifdef CONFIG_JAZZ_ESP -#include "jazz_esp.h" -#endif - #ifdef CONFIG_SCSI_ACORNSCSI_3 #include "../acorn/scsi/acornscsi.h" #endif @@ -323,6 +319,10 @@ #include "jazz_esp.h" #endif +#ifdef CONFIG_SCSI_DECNCR +#include "dec_esp.h" +#endif + /* * Moved ppa driver to the end of the probe list * since it is a removable host adapter. @@ -576,6 +576,9 @@ static Scsi_Host_Template builtin_scsi_hosts[] = POWERTECSCSI, #endif #endif +#ifdef CONFIG_SCSI_DECNCR + SCSI_DEC_ESP, +#endif /* "Removable host adapters" below this line (Parallel Port/USB/other) */ #ifdef CONFIG_SCSI_PPA PPA, |