From: Jonathan Cameron Date: Fri, 12 Aug 2011 16:08:53 +0000 (+0100) Subject: staging:iio: Remove deprecated dev_data from iio_dev. X-Git-Tag: v3.2-rc1~169^2^2~864^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4024bc73b1d1d8f82518b67b0996cb7b870dd1d4;p=pandora-kernel.git staging:iio: Remove deprecated dev_data from iio_dev. The equivalent should always be done using iio_alllocate_device with to create a private area for the driver and then iio_priv to access it. There may be other uses for a private data pointer but right now it just leads driver writers astray. Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed