* [2.6 patch] fix advansys.c if !CONFIG_PROC_FS
@ 2003-08-29 18:56 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-08-29 18:56 UTC (permalink / raw)
To: support; +Cc: linux-scsi, linux-kernel, trivial
The patch below fixes a compile error in drivers/scsi/advansys.c if
!CONFIG_PROC_FS.
Please apply
Adrian
--- linux-2.6.0-test4-mm1/drivers/scsi/advansys.c.old 2003-08-27 16:14:32.000000000 +0200
+++ linux-2.6.0-test4-mm1/drivers/scsi/advansys.c 2003-08-27 16:15:54.000000000 +0200
@@ -6199,7 +6199,9 @@
static Scsi_Host_Template driver_template = {
.proc_name = "advansys",
+#ifdef CONFIG_PROC_FS
.proc_info = advansys_proc_info,
+#endif
.name = "advansys",
.detect = advansys_detect,
.release = advansys_release,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-29 18:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-29 18:56 [2.6 patch] fix advansys.c if !CONFIG_PROC_FS Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox