mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
lpt: Mark ppbus in lptout unused.
It is used both in an assertion under INVARIANTS as well as in a custom debug trace.
This commit is contained in:
parent
039880009a
commit
8fcf690b83
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ lptout(void *arg)
|
|||
{
|
||||
struct lpt_data *sc = arg;
|
||||
device_t dev = sc->sc_dev;
|
||||
device_t ppbus;
|
||||
device_t ppbus __unused;
|
||||
|
||||
ppbus = device_get_parent(dev);
|
||||
ppb_assert_locked(ppbus);
|
||||
|
|
|
|||
Loading…
Reference in a new issue