summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPavel Skripkin <paskripkin@gmail.com>2021-06-03 19:38:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-10 14:39:24 +0300
commitdac53568c6ac4c4678e6c2f4e66314b99ec85f03 (patch)
tree081b47d2fd87c20ce87f980af7025f1f95670b83 /include/net
parentdf3b45f6d1ce605120750b983fc4448e3769619a (diff)
downloadlinux-dac53568c6ac4c4678e6c2f4e66314b99ec85f03.tar.xz
net: caif: added cfserl_release function
commit bce130e7f392ddde8cfcb09927808ebd5f9c8669 upstream. Added cfserl_release() function. Cc: stable@vger.kernel.org Signed-off-by: Pavel Skripkin <paskripkin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/caif/cfserl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/caif/cfserl.h b/include/net/caif/cfserl.h
index 14a55e03bb3c..67cce8757175 100644
--- a/include/net/caif/cfserl.h
+++ b/include/net/caif/cfserl.h
@@ -9,4 +9,5 @@
#include <net/caif/caif_layer.h>
struct cflayer *cfserl_create(int instance, bool use_stx);
+void cfserl_release(struct cflayer *layer);
#endif