]> 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)
commitc9f6bad688ed9e0ad15203ed4f1e28283a9b906b
treeae06751559b28eecab7076d88c4cf6b8d75ea52f
parentc28beef8f64799dc71d81d974c40a26c4bec5013
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