Commit 3ea1af42 authored by Dave Jones's avatar Dave Jones

input: remove unused var from serio struct

parent 52b46da7
...@@ -26,7 +26,6 @@ struct serio { ...@@ -26,7 +26,6 @@ struct serio {
void *driver; void *driver;
char *name; char *name;
char *phys; char *phys;
int number;
unsigned short idbus; unsigned short idbus;
unsigned short idvendor; unsigned short idvendor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment