]> git.baikalelectronics.ru Git - kernel.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)
commitcea5162d617e2f233bfca4bbac9b234c81ec86e0
treebfe3cbf47145c0e7bacffe8e3fb0dc4d89e6546c
parent794664fc5e82534aa444b079f807e339c4d8d9b5
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