Staging: lustre: make obd_device_cachep static
authorPedro Marzo Perez <marzo.pedro@gmail.com>
Thu, 16 Jul 2015 18:50:00 +0000 (20:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Jul 2015 17:12:46 +0000 (10:12 -0700)
commit315c928ba99af23dd25ac664b7c02828cf047f19
treec8e71324031d1e36b0b90fecb9d0f507fa29ef53
parent9c7e397c98d646a3a23ffd304def1750be916803
Staging: lustre: make obd_device_cachep static

Variable obd_device_cachep is only used inside the file it is declared,
so it is better set as static

Signed-off-by: Pedro Marzo Perez <marzo.pedro@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/genops.c