Remove redundant hw sysctl declaration. gcc CI complains, but clang doesn't.
This commit is contained in:
parent
2a4300e9ee
commit
05d879be99
@ -161,7 +161,6 @@ static struct ow_timing timing_overdrive = {
|
||||
.t_lowr = 1, /* 1 <= t < 2 */
|
||||
};
|
||||
|
||||
SYSCTL_DECL(_hw);
|
||||
SYSCTL_NODE(_hw, OID_AUTO, ow, CTLFLAG_RD, 0, "1-Wire protocol");
|
||||
SYSCTL_NODE(_hw_ow, OID_AUTO, regular, CTLFLAG_RD, 0,
|
||||
"Regular mode timings");
|
||||
|
Loading…
x
Reference in New Issue
Block a user