staging: lustre: remove unnecessary EXPORT_SYMBOL in libcfs
authorfrank zago <fzago@cray.com>
Wed, 4 Nov 2015 18:39:58 +0000 (13:39 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit5b26f052fb31561717f889fff09604907be62080
tree067982fa0580323ed256a5d79e7997acd87e20d8
parentcf02dfef8a3de0e45e4907a374dbc53890cc9ee5
staging: lustre: remove unnecessary EXPORT_SYMBOL in libcfs

A lot of symbols don't need to be exported at all because they are
only used in the module they belong to.

Signed-off-by: frank zago <fzago@cray.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5829
Reviewed-on: http://review.whamcloud.com/13319
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/debug.c
drivers/staging/lustre/lustre/libcfs/hash.c
drivers/staging/lustre/lustre/libcfs/libcfs_mem.c
drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c
This page took 0.026414 seconds and 5 git commands to generate.