From: Mikulas Patocka Date: Thu, 10 Jul 2014 16:23:07 +0000 (-0400) Subject: dm table: make dm_table_supports_discards static X-Git-Tag: omap-for-v3.17/fixes-against-rc2~72^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ffb6a53391c2690263675f13c79a273301d2b3;p=pandora-kernel.git dm table: make dm_table_supports_discards static The function dm_table_supports_discards is only called from dm-table.c:dm_table_set_restrictions(). So move it above dm_table_set_restrictions and make it static. Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed