summaryrefslogtreecommitdiffstats
path: root/include/linux/gameport.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2010-01-05 17:56:03 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-01-06 00:23:51 -0800
commit361b7b5b032338361ea88412f1fc45479fdd5859 (patch)
treeaed4cc96a50f563a3adc1521d109269809a5b60f /include/linux/gameport.h
parentcac9169bf75ea8cbaab75be9dbe5eb79a2bad6f5 (diff)
downloadlinux-361b7b5b032338361ea88412f1fc45479fdd5859.tar.gz
linux-361b7b5b032338361ea88412f1fc45479fdd5859.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/gameport.h b/include/linux/gameport.h
index 1bc08541c2b9..48e68da097f6 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;
};