]> git.karo-electronics.de Git - linux-beck.git/commit
staging: lustre: make include/linux/libcfs/linux/linux-crypto.h private
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 06:12:04 +0000 (23:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 06:12:04 +0000 (23:12 -0700)
commit13636be4b6a6b036aaf3d9f2c8094e62d56d5cff
treee4ce293b07a6f8e9e8e6011064fb40b65bc2cdf2
parent30f38472f75b5e9a9d55269bdb14da9c3cc45586
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 <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: hpdd-discuss <hpdd-discuss@lists.01.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/linux/linux-crypto-adler.c
drivers/staging/lustre/lustre/libcfs/linux/linux-crypto.c
drivers/staging/lustre/lustre/libcfs/linux/linux-crypto.h [moved from drivers/staging/lustre/include/linux/libcfs/linux/linux-crypto.h with 72% similarity]