]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/misc/m68kspkr.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
[linux-2.6-omap-h63xx.git] / drivers / input / misc / m68kspkr.c
index 8d6c3837badb78a51f89f585d464d3cbdf043f84..e9f26e766b4d84606a5d0d79dc3f255a825773e9 100644 (file)
@@ -63,7 +63,7 @@ static int __devinit m68kspkr_probe(struct platform_device *dev)
        input_dev->id.vendor  = 0x001f;
        input_dev->id.product = 0x0001;
        input_dev->id.version = 0x0100;
-       input_dev->cdev.dev = &dev->dev;
+       input_dev->dev.parent = &dev->dev;
 
        input_dev->evbit[0] = BIT(EV_SND);
        input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE);