Pull video into test branch
[linux-drm-fsl-dcu.git] / arch / arm / mach-ixp23xx / pci.c
index ac72f94c5b4d58dd15972abe63f997a865792513..ac7d43d23c28f1f35d6dd5abc62adee1dee95e0b 100644 (file)
@@ -16,7 +16,6 @@
  * option) any later version.
  */
 
-#include <linux/config.h>
 #include <linux/sched.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
@@ -37,7 +36,7 @@
 
 extern int (*external_fault) (unsigned long, struct pt_regs *);
 
-static int pci_master_aborts = 0;
+static volatile int pci_master_aborts = 0;
 
 #ifdef DEBUG
 #define DBG(x...)      printk(x)