]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
MIPS: ralink: Remove unused rt*_wdt_reset functions
authorArnd Bergmann <arnd@arndb.de>
Tue, 17 Jan 2017 15:18:43 +0000 (16:18 +0100)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Thu, 6 Apr 2017 08:22:55 +0000 (09:22 +0100)
commitd84c4aa2cb0cde78d738c1fac958780738211da4
treea40989778ce0d5e6045d1ef81241fcb97c5169b0
parentf473dde0e33ce2fe26f58acad5bf1aac2fec6b04
MIPS: ralink: Remove unused rt*_wdt_reset functions

BugLink: http://bugs.launchpad.net/bugs/1674292
commit 886f9c69fc68f56ddea34d3de51ac1fc2ac8dfbc upstream.

All pointers to these functions were removed, so now they produce
warnings:

arch/mips/ralink/rt305x.c:92:13: error: 'rt305x_wdt_reset' defined but not used [-Werror=unused-function]

This removes the functions. If we need them again, the patch can be
reverted later.

Fixes: f576fb6a0700 ("MIPS: ralink: cleanup the soc specific pinmux data")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: John Crispin <john@phrozen.org>
Cc: Colin Ian King <colin.king@canonical.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15044/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
arch/mips/ralink/rt288x.c
arch/mips/ralink/rt305x.c
arch/mips/ralink/rt3883.c