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)
commit7d630e83fcc14a6d9154d345a542ed3fbacdf5c5
treeae06751559b28eecab7076d88c4cf6b8d75ea52f
parentfbdce1daea22a2753ca85b1e44414aee3d91a1fe
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