From: Lars-Peter Clausen Date: Wed, 26 Nov 2014 17:55:14 +0000 (+0100) Subject: iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfs X-Git-Tag: fixes-v4.0-rc1~99^2~245^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d967cb6bd4e79c0cd7b150f1382d3d04e00408a0;p=pandora-kernel.git iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfs The next patch will introduce new dependencies in iio_buffer_alloc_sysfs() to functions which are currently defined after iio_buffer_alloc_sysfs(). To avoid forward declarations move both iio_buffer_alloc_sysfs() and iio_buffer_free_sysfs() after those function. This is split into two patches one moving the functions and one adding the dependencies to make review of the actual changes easier. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed