mISDN: remove unneeded mISDN_class_release()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2023 06:01:27 +0000 (08:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 07:54:49 +0000 (09:54 +0200)
commit9467af61bf6a92bb0e2f783fcfc379f943fa4e0d
tree1d67fe930e23d9760d7230835e776affcb8c7e50
parent61f21988d806a5c93c39179f2d91ea2d3219b025
mISDN: remove unneeded mISDN_class_release()

The mISDN_class_release() is not needed at all, as the class structure
is static, and it does not actually do anything either, so it is safe to
remove as struct class does not require a release callback.

Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: netdev@vger.kernel.org
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20230329060127.2688492-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/mISDN/core.c