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

The cmm module has a cmm_init() and a cmm_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/cmm.h
drivers/staging/tidspbridge/pmgr/cmm.c
drivers/staging/tidspbridge/pmgr/dev.c