diff options
Diffstat (limited to 'include/linux/gameport.h')
| -rw-r--r-- | include/linux/gameport.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/gameport.h b/include/linux/gameport.h index 1bc08541c2b..48e68da097f 100644 --- a/include/linux/gameport.h +++ b/include/linux/gameport.h @@ -46,7 +46,6 @@ struct gameport {  	struct mutex drv_mutex;		/* protects serio->drv so attributes can pin driver */  	struct device dev; -	unsigned int registered;	/* port has been fully registered with driver core */  	struct list_head node;  };  |