]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb: remove unused systime() function
authorArnd Bergmann <arnd@arndb.de>
Thu, 17 Sep 2015 21:19:33 +0000 (18:19 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 23 Nov 2016 14:58:10 +0000 (12:58 -0200)
commit7946e8272934c55b1c6c09996ab950da5bda9336
tree02674f442c8e0670df813031a9591147f9c5dd97
parentb074c48b4bb2061704c527f7ea262d6202ffeb67
[media] dvb: remove unused systime() function

The systime function uses struct timespec, which we want to stop
using in the kernel because it overflows in 2038. Fortunately,
this use in dibx000_common is in a function that is never called,
so we can just remove it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/dibx000_common.c
drivers/media/dvb-frontends/dibx000_common.h