diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2014-06-28 10:57:13 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-07-30 09:58:39 -0400 |
commit | 1bc2d3e38e5bf90af4e9d64e1696f2d39757355a (patch) | |
tree | 3bd2e22c690cc72492fdf14762cb7982c7829a69 | |
parent | 5236d5c776524f01e52d2442dcbd5c9aaa4e65e7 (diff) |
MIPS: TXx9: Delete an unused variable in tx4927_pcibios_setup
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>
-rw-r--r-- | arch/mips/pci/ops-tx4927.c | 2 |
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 { | |||
199 | 199 | ||
200 | char *tx4927_pcibios_setup(char *str) | 200 | char *tx4927_pcibios_setup(char *str) |
201 | { | 201 | { |
202 | unsigned long val; | ||
203 | |||
204 | if (!strncmp(str, "trdyto=", 7)) { | 202 | if (!strncmp(str, "trdyto=", 7)) { |
205 | u8 val = 0; | 203 | u8 val = 0; |
206 | if (kstrtou8(str + 7, 0, &val) == 0) | 204 | if (kstrtou8(str + 7, 0, &val) == 0) |