]> 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)
commit074f12e399e15dcfbc0f5c447710472fd5f0b138
tree02674f442c8e0670df813031a9591147f9c5dd97
parented78f3c82aaa8ad78162caafedebad266583fe41
[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