summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@sgi.com>2003-09-07 23:13:42 -0700
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2003-09-07 23:13:42 -0700
commit36f79fc3b3ad0a8b8d34b9a68b8440b06d390131 (patch)
tree2aa56ba92aea43dda8a75eb938884788436b68be /include
parent62251912638a8d8babadbb100225478051d9b09c (diff)
[PATCH] ia64: fix current usage in sn2 code
For some reason, we had a structure field called 'current'. This patch fixes that.
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/sn/nodepda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/nodepda.h b/include/asm-ia64/sn/nodepda.h
index 857cd37c7dc2..b2ed848afa38 100644
--- a/include/asm-ia64/sn/nodepda.h
+++ b/include/asm-ia64/sn/nodepda.h
@@ -87,7 +87,7 @@ struct irqpda_s {
char irq_flags[NR_IRQS];
struct pci_dev *device_dev[NR_IRQS];
char share_count[NR_IRQS];
- struct pci_dev *current;
+ struct pci_dev *curr;
};
typedef struct irqpda_s irqpda_t;