From: Tina Ruchandani Date: Sun, 31 May 2015 07:17:06 +0000 (-0300) Subject: [media] dvb-frontend: Replace timeval with ktime_t X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9056a23ba19d911d4a079b8ca543fb8ebffa7c56;p=pandora-kernel.git [media] dvb-frontend: Replace timeval with ktime_t struct timeval uses a 32-bit seconds representation which will overflow in the year 2038 and beyond. This patch replaces the usage of struct timeval with ktime_t which is a 64-bit timestamp and is year 2038 safe. This patch is part of a larger attempt to remove all instances of 32-bit timekeeping variables (timeval, timespec, time_t) which are not year 2038 safe, from the kernel. [mchehab@osg.samsung.com: add a missing parenthesis, breaking compilation] Suggested-by: Arnd Bergmann Signed-off-by: Tina Ruchandani Reviewed-by: Arnd Bergmann Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed