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:
parent
386d877298
commit
ddf1ffbd40
2 changed files with 2 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue