diff options
Diffstat (limited to 'arch/arm/mach-ixp23xx/pci.c')
-rw-r--r-- | arch/arm/mach-ixp23xx/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp23xx/pci.c b/arch/arm/mach-ixp23xx/pci.c index 3b34fa35e36b..ac7d43d23c28 100644 --- a/arch/arm/mach-ixp23xx/pci.c +++ b/arch/arm/mach-ixp23xx/pci.c | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | extern int (*external_fault) (unsigned long, struct pt_regs *); | 37 | extern int (*external_fault) (unsigned long, struct pt_regs *); |
38 | 38 | ||
39 | static int pci_master_aborts = 0; | 39 | static volatile int pci_master_aborts = 0; |
40 | 40 | ||
41 | #ifdef DEBUG | 41 | #ifdef DEBUG |
42 | #define DBG(x...) printk(x) | 42 | #define DBG(x...) printk(x) |