From: Marcel Holtmann Date: Wed, 9 May 2007 07:15:30 +0000 (+0200) Subject: [Bluetooth] Switch to using input_dev->dev.parent X-Git-Tag: v2.6.22-rc1~34^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be3946647424b08db0f62c545215cf506af8a52;p=pandora-kernel.git [Bluetooth] 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 and do not use kfree() on input device, use input_free_device() instead. Signed-off-by: Dmitry Torokhov Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed