diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-01-05 17:56:03 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-01-06 00:23:51 -0800 |
commit | 361b7b5b032338361ea88412f1fc45479fdd5859 (patch) | |
tree | aed4cc96a50f563a3adc1521d109269809a5b60f /include/linux/gameport.h | |
parent | cac9169bf75ea8cbaab75be9dbe5eb79a2bad6f5 (diff) | |
download | linux-3.10-361b7b5b032338361ea88412f1fc45479fdd5859.tar.gz linux-3.10-361b7b5b032338361ea88412f1fc45479fdd5859.tar.bz2 linux-3.10-361b7b5b032338361ea88412f1fc45479fdd5859.zip |
Input: gameport - let device core tell us if device was registered
No need to keep track of it by ourselves.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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; }; |