summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2014-06-28 23:57:13 +0900
committerBen Hutchings <ben@decadent.org.uk>2017-11-11 13:34:01 +0000
commit9a642b9a3de2172c1ffba533488727400ed1732d (patch)
treebadfa42c1711769b48baaaced669239190edad46 /arch/mips
parentdf4c88630b908881efa9b37d5e5a79caee266305 (diff)
MIPS: TXx9: Delete an unused variable in tx4927_pcibios_setup
commit 1bc2d3e38e5bf90af4e9d64e1696f2d39757355a upstream. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7216/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/pci/ops-tx4927.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pci/ops-tx4927.c b/arch/mips/pci/ops-tx4927.c
index 0e046d82e4e3..d54ea93651ac 100644
--- a/arch/mips/pci/ops-tx4927.c
+++ b/arch/mips/pci/ops-tx4927.c
@@ -199,8 +199,6 @@ static struct {
char *tx4927_pcibios_setup(char *str)
{
- unsigned long val;
-
if (!strncmp(str, "trdyto=", 7)) {
u8 val = 0;
if (kstrtou8(str + 7, 0, &val) == 0)