From: Chunyan Zhang Date: Thu, 8 Jan 2015 04:01:27 +0000 (+0800) Subject: irda: Removed all unused timeval variables X-Git-Tag: fixes-v4.0-rc1~150^2~264^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270d73c1c32c71e215f1c64e70be82063ec65005;p=pandora-kernel.git irda: Removed all unused timeval variables In the file au1k_ir.c & via-ircc.h, there were two unused definitions of the timeval type members, this commit therefore removes this unneeded code. In other three files, the same problem is the rx_time member is only ever written, never read, so removed it entirely. Signed-off-by: Chunyan Zhang Reviewed-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed