diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-12-27 07:29:19 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-12-27 07:29:19 -0800 |
| commit | b14d209d075901fe9faacbf973c2379025345edd (patch) | |
| tree | b6faf703b48011fde899a49bd31093a7e0a051ac /include/linux | |
| parent | d92e1bbd4a82f39cfaf7b0dd7d9d5e4f5d2907ee (diff) | |
[PATCH] USB: use the driver model to handle reference counting of struct usb_device
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index c3c2c69ff244..bcbfa72423c3 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -217,7 +217,6 @@ struct usb_device { struct usb_tt *tt; /* low/full speed dev, highspeed hub */ int ttport; /* device port on that tt hub */ - atomic_t refcnt; /* Reference count */ struct semaphore serialize; unsigned int toggle[2]; /* one bit for each endpoint ([0] = IN, [1] = OUT) */ |
