bcusdk: eibd: drop local clock_gettime in USB backends
authorKurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Fri, 25 Aug 2017 21:11:10 +0000 (23:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Aug 2017 21:27:58 +0000 (23:27 +0200)
commitbc4f5598dccc191a1e2c6268fdcef1935e2fa212
tree3cd56408abf8e3a6c28808ff9cf3291f63fd0631
parentfec74492eefbf077cfaaefd8d78b6582313dddd8
bcusdk: eibd: drop local clock_gettime in USB backends

clock_gettime is defined locally, and calls pth_int_time, which
in turn calls clock_gettime.
The USB backend shouldn't overrule clock_gettime in the first place.
This patch fixes this endless recursion by removing the local defition.

Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch [new file with mode: 0644]