From: Jonathan Cameron Date: Wed, 18 May 2011 13:42:23 +0000 (+0100) Subject: staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from iio_dev. X-Git-Tag: v3.0-rc1~336^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d15f06f942306050a063abd111467d39c5cc37;p=pandora-kernel.git staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from iio_dev. Uses the iio_allocate_device parameter to set aside space for adis16400_state and ____cacheline_aligned buffers for tx and rx to avoid separatel allocating them. Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed