public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* megaraid2-2.10.3 in 2.4.27-pre (2.4.26+bk)
@ 2004-04-17  8:54 O.Sezer
  0 siblings, 0 replies; only message in thread
From: O.Sezer @ 2004-04-17  8:54 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

gcc -D__KERNEL__ -I/home/ozzie/Kernel1/linux-2.4.26/include -Wall 
-Wstrict-protomegaraid2.c:5559: unknown field `vary_io' specified in 
initializer
megaraid2.c:5559: warning: initialization makes pointer from integer 
without a cmake[2]: *** [megaraid2.o] Error 1
make[2]: Leaving directory `/home/ozzie/Kernel1/linux-2.4.26/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
  ake[1]: Leaving directory `/home/ozzie/Kernel1/linux-2.4.26/drivers'
make: *** [_mod_drivers] Error 2


The addition of the vary_io thingy in megaraid2.h is to blame.

Regards;
Özkan Sezer


[-- Attachment #2: megaraid2-2.10.3-vary_io.patch --]
[-- Type: text/plain, Size: 310 bytes --]

--- ./drivers/scsi/megaraid2.h.ftp-2.10.3
+++ ./drivers/scsi/megaraid2.h
@@ -142,8 +142,7 @@
 	.eh_device_reset_handler =	megaraid_reset,		\
 	.eh_bus_reset_handler =		megaraid_reset,		\
 	.eh_host_reset_handler =	megaraid_reset,		\
-	.highmem_io =			1,			\
+	.highmem_io =			1			\
-	.vary_io =			1			\
 }
 
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-17  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-17  8:54 megaraid2-2.10.3 in 2.4.27-pre (2.4.26+bk) O.Sezer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox