aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2010-01-05 17:56:04 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-01-06 00:22:00 -0800
commitddf1ffbd40c92ff1e58c45fa96d309788f7beb60 (patch)
tree4386c23fb68c55a7574ede5264c58f5412364efc /include/linux/serio.h
parentInput: serio - use device core to create 'id' attribute group (diff)
downloadlinux-dev-ddf1ffbd40c92ff1e58c45fa96d309788f7beb60.tar.xz
linux-dev-ddf1ffbd40c92ff1e58c45fa96d309788f7beb60.zip
Input: serio - 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/serio.h')
-rw-r--r--include/linux/serio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h
index e2f3044d4a4a..d0fb702059cd 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;