]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS select
authorJames Hogan <james.hogan@imgtec.com>
Thu, 29 Jun 2017 09:12:33 +0000 (10:12 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 11 Jul 2017 12:13:06 +0000 (14:13 +0200)
commit539613767a2e32d414eaebca52323ac6c14c938d
tree44dfa88208188e0ae265ae00c0daffe026d6296d
parent1797795c6f4c6fe98df421185b5d6142ac901ddc
MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS select

MIPS selects HAVE_SYSCALL_TRACEPOINTS twice. The first was added back in
v3.13 by commit 2d7bf993e073 ("MIPS: ftrace: Add support for syscall
tracepoints."), but then a second redundant one was added in v4.2 by
commit c6c873303a47 ("MIPS: ftrace: Enable support for syscall
tracepoints.").

Drop the duplicate select.

Fixes: c6c873303a47 ("MIPS: ftrace: Enable support for syscall tracepoints.")
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16654/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig