Remove redundant hw sysctl declaration. gcc CI complains, but clang doesn't.

This commit is contained in:
Warner Losh 2019-10-30 20:08:10 +00:00
parent 2a4300e9ee
commit 05d879be99

View File

@ -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");