]> git.baikalelectronics.ru Git - kernel.git/commit
staging: tidspbridge: remove proc_init() and proc_exit()
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 9 Mar 2012 00:03:38 +0000 (01:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 21:21:06 +0000 (13:21 -0800)
commitdb95edb56793f54a77e2810867bf1b9429dbd83c
tree12dc29ac483a8fa72abbbc6106b96d7d3dcee080
parent2bfafaf3045b56fb88330ec4c081475f105b1eb2
staging: tidspbridge: remove proc_init() and proc_exit()

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