* 2.2.19pre9 & aic7xxx
@ 2001-02-11 1:12 Lukasz Trabinski
2001-02-11 21:07 ` 2.2.19pre9 Andreas Tobler
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Trabinski @ 2001-02-11 1:12 UTC (permalink / raw)
To: linux-kernel; +Cc: alan
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
make[3]: *** [hosts.o] Error 1
make[3]: Leaving directory `/usr/src/linux/drivers/scsi'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/drivers/scsi'
make[1]: *** [_subdir_scsi] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [_dir_drivers] Error 2
and IMHO shuld be:
#include "aic7xxx/aic7xxx.h"
there is super little patch :-)
diff -ur linux.org/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
--- linux.org/drivers/scsi/hosts.c Sun Feb 11 02:06:02 2001
+++ linux/drivers/scsi/hosts.c Sun Feb 11 02:08:05 2001
@@ -136,7 +136,7 @@
#endif
#ifdef CONFIG_SCSI_AIC7XXX
-#include "aic7xxx.h"
+#include "aic7xxx/aic7xxx.h"
#endif
#ifdef CONFIG_SCSI_IPS
--
*[ Łukasz Trąbiński ]*
SysAdmin @wsisiz.edu.pl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.2.19pre9
2001-02-11 1:12 2.2.19pre9 & aic7xxx Lukasz Trabinski
@ 2001-02-11 21:07 ` Andreas Tobler
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Tobler @ 2001-02-11 21:07 UTC (permalink / raw)
Cc: linux-kernel, alan
Was there an anouncement for pre9?
Did I miss it?
Andreas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-11 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-11 1:12 2.2.19pre9 & aic7xxx Lukasz Trabinski
2001-02-11 21:07 ` 2.2.19pre9 Andreas Tobler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox