From: Tapasweni Pathak Date: Mon, 20 Oct 2014 11:28:10 +0000 (+0530) Subject: staging: media: lirc: Delete unused function tv2int X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1043 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1bfc3be0fc525d95ff5983bf8ea3f2aff24d1b;p=pandora-kernel.git staging: media: lirc: Delete unused function tv2int The function tv2int is used to convert timeval to int. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types. This patch changes the lirc_imon.c file of media: lirc driver. tv2int function is static and not used anywhere in this file too, so it is removed. I also build tested it. Signed-off-by: Tapasweni Pathak Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed