aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorDenys Vlasenko <[email protected]>2016-04-15 18:14:25 +0200
committerSamuel Ortiz <[email protected]>2016-07-04 12:14:05 +0200
commitf86dec94e3a86c992a637df1c301a4df25a85801 (patch)
tree784ee785a37694518065e97fc6fbee7d9af171e9 /lib/mpi/mpiutil.c
parentf36acc334fb86da3761583dce50faa17a4cbd4de (diff)
NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()
It used to be EXPORTed, but then EXPORT usage was cleaned up (in 2012), without noticing that the function has no users at all (and curiously, never had any users). Delete it. While at it, remove non-static "inline" hints on nearby functions: these hints don't work across compilation units anyway, and these functions are not used in their .c file, thus they are never inlined. IOW: "inline" here does not help in any way. Signed-off-by: Denys Vlasenko <[email protected]> CC: Samuel Ortiz <[email protected]> CC: Christophe Ricard <[email protected]> CC: [email protected] CC: [email protected] Signed-off-by: Samuel Ortiz <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions