diff options
author | Richard Weinberger <richard@nod.at> | 2014-02-09 19:47:46 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-31 18:17:12 +0200 |
commit | e009189ed9f67cecd0f5277b6f972eec996acd4f (patch) | |
tree | b34a22c1aaa9e4feec1cb89d64c52a48eb294294 /arch/mips/Kconfig | |
parent | f698a3b58cf73299f9052dbb38ae3f6d3bde9f77 (diff) | |
download | talos-op-linux-e009189ed9f67cecd0f5277b6f972eec996acd4f.tar.gz talos-op-linux-e009189ed9f67cecd0f5277b6f972eec996acd4f.zip |
MIPS: Octeon: Remove SYS_HAS_DMA_OPS
The symbol is an orphan, get rid of it.
Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: linux-mips@linux-mips.org (open list:MIPS)
Cc: linux-kernel@vger.kernel.org (open list)
Patchwork: https://patchwork.linux-mips.org/patch/6523/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 45b91ef6991e..5a95acafcd05 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1403,7 +1403,6 @@ config CPU_CAVIUM_OCTEON select LIBFDT select USE_OF select USB_EHCI_BIG_ENDIAN_MMIO - select SYS_HAS_DMA_OPS select MIPS_L1_CACHE_SHIFT_7 help The Cavium Octeon processor is a highly integrated chip containing |