]> git.baikalelectronics.ru Git - kernel.git/commit
staging: tidspbridge: remove ref counting in nldr.c
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 9 Mar 2012 00:03:51 +0000 (01:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 21:21:08 +0000 (13:21 -0800)
commitc74eefd43cc1c0911be2805e8a195f6e33fb73db
tree824439e827ede49ea9a774e4fd74edd7cb4701a8
parentf59246af6999fd2dbdae15827bd0fd81c4508e74
staging: tidspbridge: remove ref counting in nldr.c

The nldr module has a nldr_init() and a nldr_exit() whose only purpose
is to keep a reference counting which is not used at all.

This patch only removes the reference count variable, but not the
functions, because they are used through an interface.

There is no functional changes.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/rmgr/nldr.c