From: Lars-Peter Clausen Date: Wed, 26 Nov 2014 17:55:09 +0000 (+0100) Subject: iio: Unexport iio_scan_mask_set() X-Git-Tag: fixes-v4.0-rc1~99^2~245^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217a5cf0a1100264ced523e437e2e22c442dca7c;p=pandora-kernel.git iio: Unexport iio_scan_mask_set() Individual drivers should not be messing with the scan mask that contains the list of enabled channels. This is something that is supposed to be managed by the core. Now that the last few drivers that used it to configure a default scan mask have been updated to not do this anymore we can unexport the function. Note, this patch also requires moving a few functions around so they are all declared before the first internal user. Signed-off-by: Lars-Peter Clausen Reviewed-by: Daniel Baluta Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed