Remove USB_DO_ATTACH

This commit is contained in:
Warner Losh 2007-06-17 07:34:34 +00:00
parent 7a86867fc0
commit 2e447a2d92

View file

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