OSDN Git Service

[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)
commita19e160d108a80953e4404be39e03b9bc8417376
tree02674f442c8e0670df813031a9591147f9c5dd97
parent386701892b4821c4d127710fa35b1309c4355bbf
[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