mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove unused UNITOSOFTC() macro.
This commit is contained in:
parent
4cb3914f29
commit
b43e2a6b83
1 changed files with 0 additions and 2 deletions
|
|
@ -173,8 +173,6 @@ static void lp_intr(void *);
|
|||
|
||||
#define DEVTOSOFTC(dev) \
|
||||
((struct lp_data *)device_get_softc(dev))
|
||||
#define UNITOSOFTC(unit) \
|
||||
((struct lp_data *)devclass_get_softc(lp_devclass, (unit)))
|
||||
#define UNITODEVICE(unit) \
|
||||
(devclass_get_device(lp_devclass, (unit)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue