Commit cb71655f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: removed unused atomic_t in keyspan driver structure.

parent 8c61259d
......@@ -133,9 +133,6 @@
/* Per device and per port private data */
struct keyspan_serial_private {
/* number of active ports */
atomic_t active_count;
const struct keyspan_device_details *device_details;
struct urb *instat_urb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment