Input: ppc-beep - switch to using input_dev->dev.parent
authorDmitry Torokhov <dtor@insightbb.com>
Fri, 15 Jun 2007 03:58:51 +0000 (23:58 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Tue, 10 Jul 2007 04:35:18 +0000 (00:35 -0400)
commit1e2831db01c0726ec046e69719a10d7696b283fb
tree85dc5cf6a6233b54d5786c1030204eef71dd23b7
parentae91d10aab2762f81733e9194cb56eff99c8d808
Input: ppc-beep - switch to using input_dev->dev.parent

In preparation for struct class_device -> struct device input
core conversion, switch to using input_dev->dev.parent when
specifying device position in sysfs tree.

Also, do not access input_dev->private directly, use helpers.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
sound/ppc/beep.c