]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bus: brcmstb_gisb: Make the driver buildable on MIPS
authorKevin Cernekee <cernekee@gmail.com>
Wed, 26 Nov 2014 00:49:49 +0000 (16:49 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Fri, 28 Nov 2014 23:44:42 +0000 (15:44 -0800)
commitdd1d78a11aecd68f5c688c3259c48b8ea4130aaa
treebfe3cbf47145c0e7bacffe8e3fb0dc4d89e6546c
parentf114040e3ea6e07372334ade75d1ee0775c355e1
bus: brcmstb_gisb: Make the driver buildable on MIPS

BCM7xxx ARM and MIPS platforms share a similar hardware block for
reporting GISB errors, so they both benefit from the use of this driver.
Conditionally compile the ARM-specific bus error handler so that the
GISB error IRQ handler works on other architectures.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/bus/Kconfig
drivers/bus/brcmstb_gisb.c