Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / serio.h
index 41bdd5d..6348e83 100644 (file)
@@ -41,7 +41,6 @@ struct serio {
        void (*stop)(struct serio *);
 
        struct serio *parent, *child;
-       unsigned int depth;             /* level of nesting in serio hierarchy */
 
        struct serio_driver *drv;       /* accessed from interrupt, must be protected by serio->lock and serio->sem */
        struct mutex drv_mutex;         /* protects serio->drv so attributes can pin driver */