]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 15 Apr 2016 16:14:25 +0000 (18:14 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 4 Jul 2016 10:14:05 +0000 (12:14 +0200)
commit41f9e1dc5631192c9d21061118a860de0b28a66d
tree784ee785a37694518065e97fc6fbee7d9af171e9
parent96388133478f45e192554bc4bff57431428d270b
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 <dvlasenk@redhat.com>
CC: Samuel Ortiz <sameo@linux.intel.com>
CC: Christophe Ricard <christophe.ricard@gmail.com>
CC: linux-wireless@vger.kernel.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/llc.h
net/nfc/hci/llc.c