2.2.19pre9 & aic7xxx

2001-02-10 Thread Lukasz Trabinski
Hello In linux/drivers/scsi/hosts.c we have line: #include "aic7xxx.h" and during compilation we gets a error: hosts.c:139: aic7xxx.h: No such file or directory hosts.c:500: `AIC7XXX' undeclared here (not in a function) hosts.c:500: initializer element for `builtin_scsi_hosts[0]' is not constant

One liner: compile failure with 2.2.19pre9 aic7xxx

2001-02-08 Thread Shane Wegner
Hi, Seems aic7xxx.h got lost. --- drivers/scsi/hosts.c.orig Thu Feb 8 16:32:00 2001 +++ drivers/scsi/hosts.cThu Feb 8 16:29:48 2001 @@ -136,7 +136,7 @@ #endif #ifdef CONFIG_SCSI_AIC7XXX -#include "aic7xxx.h" +#include "aic7xxx/aic7xxx.h" #endif #ifdef CONFIG_SCSI_IPS -- Shane