From: Víctor Manuel Jáquez Leal Date: Fri, 9 Mar 2012 00:03:39 +0000 (+0100) Subject: staging: tidspbridge: remove node_init() and node_exit() X-Git-Tag: v3.4-rc1~186^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ff159260bac8b62bc12bcdfe2aaf1eeb1f2b42;p=pandora-kernel.git staging: tidspbridge: remove node_init() and node_exit() The node module has a node_init() and a node_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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed