staging: tidspbridge: remove disp_init() and disp_exit()
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 9 Mar 2012 00:03:40 +0000 (01:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 21:21:06 +0000 (13:21 -0800)
commit2f69a43b8f5befc3d110c22a2823170f720432ff
treeb34f86cadd943844988f0df9926578e8c6d0fa35
parent18ff159260bac8b62bc12bcdfe2aaf1eeb1f2b42
staging: tidspbridge: remove disp_init() and disp_exit()

The disp module has a disp_init() and a disp_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/disp.h
drivers/staging/tidspbridge/pmgr/dspapi.c
drivers/staging/tidspbridge/rmgr/disp.c
This page took 0.032618 seconds and 5 git commands to generate.