vserver 2.0 rc7
[linux-2.6.git] / drivers / input / serio / q40kbd.c
index ab4425d..46093c5 100644 (file)
@@ -122,7 +122,7 @@ static struct serio * __init q40kbd_allocate_port(void)
        serio = kmalloc(sizeof(struct serio), GFP_KERNEL);
        if (serio) {
                memset(serio, 0, sizeof(struct serio));
-               serio->type             = SERIO_8042;
+               serio->id.type          = SERIO_8042;
                serio->open             = q40kbd_open;
                serio->close            = q40kbd_close;
                serio->dev.parent       = &q40kbd_device->dev;