]> git.baikalelectronics.ru Git - kernel.git/commit
staging: tidspbridge: remove drv_init() and drv_exit()
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 9 Mar 2012 00:03:36 +0000 (01:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 21:21:05 +0000 (13:21 -0800)
commit4859bd3d834b0478c02d60e9744a743e28f9b71f
treeab6bff35e3c00fd5787ad3dbf8a0c4ea0b50a779
parent1ac8c4b276d54bedaa9f3466f0153338246b4655
staging: tidspbridge: remove drv_init() and drv_exit()

The drv module has a drv_init() and a drv_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/drv.h
drivers/staging/tidspbridge/pmgr/dspapi.c
drivers/staging/tidspbridge/rmgr/drv.c