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>
This commit is contained in:
Dmitry Torokhov 2010-01-05 17:56:04 -08:00
parent 386d877298
commit ddf1ffbd40
2 changed files with 2 additions and 7 deletions

View file

@ -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;