diff options
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/common/io/usb/clients/usbskel/usbskel.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/common/io/usb/clients/usbskel/usbskel.c b/usr/src/uts/common/io/usb/clients/usbskel/usbskel.c index fe506bd2eb..bb72731c41 100644 --- a/usr/src/uts/common/io/usb/clients/usbskel/usbskel.c +++ b/usr/src/uts/common/io/usb/clients/usbskel/usbskel.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -86,7 +86,6 @@ */ #include <sys/usb/usba.h> -#include <sys/usb/usba/usbai_private.h> #include <sys/usb/clients/usbskel/usbskel.h> static int usbskel_errlevel = USBSKEL_LOG_LOG; @@ -184,13 +183,6 @@ static struct modlinkage modlinkage = { NULL }; -/* event support */ -static usb_event_t usbskel_events = { - usbskel_disconnect_callback, - usbskel_reconnect_callback, - NULL, NULL -}; - /* local variables */ /* Soft state structures */ |
