From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 06:12:04 +0000 (-0700) Subject: staging: lustre: make include/linux/libcfs/linux/linux-crypto.h private X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~876 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13636be4b6a6b036aaf3d9f2c8094e62d56d5cff;p=pandora-kernel.git staging: lustre: make include/linux/libcfs/linux/linux-crypto.h private There are only 2 functions that are actually called from it, so move it to the local place where it is needed, no need for it to be "global" for the rest of lustre to see it. Also remove the unneeded EXPORT_SYMBOL() markings for these functions, as no one else calls them. Cc: Andreas Dilger Cc: Oleg Drokin Cc: hpdd-discuss Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed