| commit | b4aac487b0db55dcd8587908c129d9dade2bf3df | [log] [tgz] |
|---|---|---|
| author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | Fri Mar 09 01:03:45 2012 +0100 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 09 13:21:07 2012 -0800 |
| tree | 9425665bbe11d3aba6c97f2480740d4e7826c4e1 | |
| parent | 1471d6c69ff7843fb7149218d3afb4d5a2e4426c [diff] |
staging: tidspbridge: remove io_init() and io_exit() The io module has a io_init() and a io_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>