commit | 4024bc73b1d1d8f82518b67b0996cb7b870dd1d4 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@cam.ac.uk> | Fri Aug 12 17:08:53 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 23 13:31:12 2011 -0700 |
tree | e9521ef48b2d977efa28cbe6de89b95c4d3a96ab | |
parent | e05e5f2336a94f127553c947dcfe2ce15f2c5f9a [diff] |
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 <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>