]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Remove plat_timer_setup()
authorPaul Burton <paul.burton@imgtec.com>
Wed, 23 Aug 2017 18:17:53 +0000 (11:17 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Aug 2017 13:21:55 +0000 (15:21 +0200)
commit012e13e2dc8808cecdb51b845e11e4349a5b4368
treeae06751559b28eecab7076d88c4cf6b8d75ea52f
parent96a3b1db384ca25990d629aa74785defd6e7f354
MIPS: Remove plat_timer_setup()

The plat_timer_setup() function is entirely unused - nothing calls it,
and no platforms provide it. Perhaps our dummy implementation was once
useful as an aid in forward porting platforms, but its time has long
since passed so let's remove the dead code.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17175/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/time.c