public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hpt366.c compilation fix
@ 2003-04-20 18:23 Andries.Brouwer
  2003-04-20 18:44 ` Alan Cox
  2003-04-20 18:56 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Andries.Brouwer @ 2003-04-20 18:23 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Remove declaration of unused variables.

diff -u --recursive --new-file -X /linux/dontdiff a/drivers/ide/pci/hpt366.c b/drivers/ide/pci/hpt366.c
--- a/drivers/ide/pci/hpt366.c	Sun Apr 20 12:59:31 2003
+++ b/drivers/ide/pci/hpt366.c	Sun Apr 20 20:11:59 2003
@@ -1105,7 +1105,6 @@
 		    (findev->device == dev->device) &&
 		    ((findev->devfn - dev->devfn) == 1) &&
 		    (PCI_FUNC(findev->devfn) & 1)) {
-			u8 irq = 0, irq2 = 0;
 			if (findev->irq != dev->irq) {
 				/* FIXME: we need a core pci_set_interrupt() */
 				findev->irq = dev->irq;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-20 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-20 18:23 [PATCH] hpt366.c compilation fix Andries.Brouwer
2003-04-20 18:44 ` Alan Cox
2003-04-20 18:56 ` Jeff Garzik

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