diff options
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index df66674..956163d 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -11,7 +11,6 @@ #define DEVICE_NAME(bdev) \ printf("%s: ", (bdev).dv_xname) -#define DEVICE_MSG(bdev typedef struct device bdevice; /* base device */ |