* [KJ] [PATCH][15/26] drivers/scsi/sym53c8xx_2/* - compile warning
@ 2005-02-10 21:34 Stephen Biggs
0 siblings, 0 replies; only message in thread
From: Stephen Biggs @ 2005-02-10 21:34 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 782 bytes --]
Description: compile warning cleanup - stop compilation of unused
structure member unless proper symbol is defined
Signed-off-by: Stephen Biggs <yrgrknmxpzlk@gawab.com>
diff -Nurdp -X dontdiff-osdl linux-2.6.11-rc3-mm-original/drivers/scsi/sym53c8xx_2/sym_glue.c linux-2.6.11-rc3-mm/drivers/scsi/sym53c8xx_2/sym_glue.c
--- linux-2.6.11-rc3-mm-original/drivers/scsi/sym53c8xx_2/sym_glue.c 2005-02-03 03:57:04.000000000 +0200
+++ linux-2.6.11-rc3-mm/drivers/scsi/sym53c8xx_2/sym_glue.c 2005-02-07 15:55:40.000000000 +0200
@@ -1817,7 +1817,9 @@ static int __devinit sym_check_supported
struct pci_dev *pdev = device->pdev;
u_char revision;
unsigned long io_port = device->s.io_port;
+#ifndef SYM_CONF_IOMAPPED
unsigned long base = device->s.base;
+#endif
int i;
/*
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-10 21:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-10 21:34 [KJ] [PATCH][15/26] drivers/scsi/sym53c8xx_2/* - compile warning Stephen Biggs
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.