HID: remove no longer used hid->open field
[sfrench/cifs-2.6.git] / include / linux / hid.h
index 5501eb64dbc400b2b9b37b3077523b5dd06ad692..72e8ac667771dfcfcd8118d93c70c311992c9e08 100644 (file)
@@ -548,7 +548,6 @@ struct hid_device {                                                 /* device report descriptor */
        void *hiddev;                                                   /* The hiddev structure */
        void *hidraw;
 
-       int open;                                                       /* is the device open by anyone? */
        char name[128];                                                 /* Device name */
        char phys[64];                                                  /* Device physical location */
        char uniq[64];                                                  /* Device unique identifier (serial #) */