diff options
author | Jonas Bonn <jonas@southpole.se> | 2013-03-04 06:28:14 +0100 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-03-13 06:12:39 +0100 |
commit | 6af609515d788bd4c94116344f00601b058f75a6 (patch) | |
tree | 248d48ebb3a9f6f3c9fd0eb1c7221b178a16d3ab /arch/openrisc | |
parent | 00c30e0681bf5563c8670c0ab419886f56626430 (diff) |
openrisc: remove HAVE_VIRT_TO_BUS
The OpenRISC arch doesn't actually have the virt_to_bus methods
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 804051a9c6f5..9ab3bf2eca8d 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -12,7 +12,6 @@ config OPENRISC select ARCH_REQUIRE_GPIOLIB select HAVE_ARCH_TRACEHOOK select HAVE_GENERIC_HARDIRQS - select VIRT_TO_BUS select GENERIC_IRQ_CHIP select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW |