diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-04-13 23:08:20 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-04-13 23:08:20 +0000 |
| commit | 8fcf690b83ceb651ab73ecadfb7bd6f82da45c8b (patch) | |
| tree | 7279b1b1d753da88bf2abd2c67c83582da88628a | |
| parent | 039880009a57a2758ffbef398871e9fd1bc0ee2e (diff) | |
| -rw-r--r-- | sys/dev/ppbus/lpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index f4510b464a97..f87a05e1fcbf 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -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); |
