git: c25277bfff6c - main - a37x0_xtal: Remove unused variable.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 00:28:18 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c25277bfff6c2bb65471539335255b00f8aeea6d commit c25277bfff6c2bb65471539335255b00f8aeea6d Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-04-09 00:25:15 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-09 00:25:15 +0000 a37x0_xtal: Remove unused variable. --- sys/arm/mv/clk/a37x0_xtal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/arm/mv/clk/a37x0_xtal.c b/sys/arm/mv/clk/a37x0_xtal.c index 3de81a6c640f..4f60a2a1ef25 100644 --- a/sys/arm/mv/clk/a37x0_xtal.c +++ b/sys/arm/mv/clk/a37x0_xtal.c @@ -85,11 +85,9 @@ a37x0_xtal_attach(device_t dev) struct a37x0_xtal_softc *sc; struct clk_fixed_def def; struct syscon *syscon; - phandle_t node; uint32_t reg; int error; - node = ofw_bus_get_node(dev); sc = device_get_softc(dev); def.clkdef.name = "armada-3700-xtal";