diff options
Diffstat (limited to 'include/linux/serio.h')
| -rw-r--r-- | include/linux/serio.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index 813d26c247e..64b473066b9 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -30,7 +30,6 @@ struct serio {  	char phys[32];  	bool manual_bind; -	bool registered;	/* port has been fully registered with driver core */  	struct serio_device_id id;  |