lkml.org 
[lkml]   [2002]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4.20rc1 compile fix for t128.c
The attached patch fixes a section type conflict error.
--
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH
--- ./drivers/scsi/t128.c.orig 2002-11-04 14:21:30.000000000 +0100
+++ ./drivers/scsi/t128.c 2002-11-04 14:21:47.000000000 +0100
@@ -145,7 +145,7 @@
static const struct signature {
const char *string;
int offset;
-} signatures[] __initdata = {
+} signatures[] = {
{"TSROM: SCSI BIOS, Version 1.12", 0x36},
};
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.026 / U:1.916 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site