]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/bus/brcmstb_gisb.c
bus: brcmstb_gisb: Make the driver buildable on MIPS
[karo-tx-linux.git] / drivers / bus / brcmstb_gisb.c
index f2cd6a2d40b4e5fa1c40b7d1da99d204fafb080d..5da935ad8d8b10cf0b08752585fd4d255d966de1 100644 (file)
 #include <linux/of.h>
 #include <linux/bitops.h>
 
+#ifdef CONFIG_ARM
 #include <asm/bug.h>
 #include <asm/signal.h>
+#endif
 
 #define ARB_TIMER                      0x008
 #define ARB_ERR_CAP_CLR                        0x7e4
@@ -141,6 +143,7 @@ static int brcmstb_gisb_arb_decode_addr(struct brcmstb_gisb_arb_device *gdev,
        return 0;
 }
 
+#ifdef CONFIG_ARM
 static int brcmstb_bus_error_handler(unsigned long addr, unsigned int fsr,
                                     struct pt_regs *regs)
 {
@@ -165,6 +168,7 @@ void __init brcmstb_hook_fault_code(void)
        hook_fault_code(22, brcmstb_bus_error_handler, SIGBUS, 0,
                        "imprecise external abort");
 }
+#endif
 
 static irqreturn_t brcmstb_gisb_timeout_handler(int irq, void *dev_id)
 {