staging: kpc2000: remove lock_card/unlock_card functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2019 08:49:39 +0000 (10:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 07:34:11 +0000 (09:34 +0200)
commit276accf2daa03d2d78dccb7017bdbbfde1e0b679
tree34ea0bcf9974497ce603c28e0d99a837c40615c7
parent92642f385b7ea03117aff75e436a087a387fedb0
staging: kpc2000: remove lock_card/unlock_card functions

We do not need an inline function to "hide" the lock, so just replace
the few calls to these functions with the "real" mutex_lock/unlock()
calls.

Cc: Matt Sickler <Matt.Sickler@daktronics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000/cell_probe.c
drivers/staging/kpc2000/kpc2000/core.c
drivers/staging/kpc2000/kpc2000/pcie.h