mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Remove USB_DO_ATTACH
This commit is contained in:
parent
7a86867fc0
commit
2e447a2d92
1 changed files with 0 additions and 3 deletions
|
|
@ -126,9 +126,6 @@ __CONCAT(dname,_detach)(device_t self)
|
|||
#define USB_GET_SC(dname, unit, sc) \
|
||||
sc = devclass_get_softc(__CONCAT(dname,_devclass), unit)
|
||||
|
||||
#define USB_DO_ATTACH(dev, bdev, parent, args, print, sub) \
|
||||
(device_probe_and_attach((bdev)) == 0 ? (bdev) : 0)
|
||||
|
||||
#include <sys/syslog.h>
|
||||
/*
|
||||
#define logprintf(args...) log(LOG_DEBUG, args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue