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
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
2 matches
Mail list logo