mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
a37x0_xtal: Remove unused variable.
This commit is contained in:
parent
38b36a2004
commit
c25277bfff
1 changed files with 0 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue