From: Daeseok Youn Date: Wed, 5 Nov 2014 08:58:11 +0000 (+0900) Subject: staging: dgap: remove unnecessary function X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~417 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deaa2c2021c2c00401933f84023bfc4c0a60e281;p=pandora-kernel.git staging: dgap: remove unnecessary function The dgap_init_global() initialize the dgap_board that is a global variable as static and dgap_poll_timer. But init_timer() is called twice in dgap_start() and dgap_board doesn't need to be initialized to NULL. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed