]> git.baikalelectronics.ru Git - kernel.git/commit
staging: tidspbridge: remove msg_mod_init() and msg_exit()
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 9 Mar 2012 00:03:44 +0000 (01:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 21:21:07 +0000 (13:21 -0800)
commitb803ea9a300fd01f70c724817b0bb96041751f52
treeb09cc472695d323276bea9717d8d4b90cf1cb5dc
parent85e736483fedb2c42755fb30795473b7b4a7a165
staging: tidspbridge: remove msg_mod_init() and msg_exit()

The msg module has a msg_mod_init() and a msg_exit() whose only
purpose is to keep a reference counting which is not used at all.

This patch removes these functions and the reference count variable.

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/include/dspbridge/msg.h
drivers/staging/tidspbridge/pmgr/dspapi.c
drivers/staging/tidspbridge/pmgr/msg.c