eal/linux: eliminate cast of HPET thread signature
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 10 Oct 2018 23:22:19 +0000 (16:22 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Oct 2018 00:11:22 +0000 (02:11 +0200)
commit4f06c51c7eb7f632c65e3a52985a5c6b6b362421
tree7fd9da2f8d74e0a10651a36f164cbe5aba41bdbc
parent08e348daab82b5cfd33e7b07d461aae771ce5faa
eal/linux: eliminate cast of HPET thread signature

The cast of hpet_msb_inc is causing a warning in some compilations.
Yet the cast is unnecessary, the function is used only one place
just use the correct signature.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/librte_eal/linuxapp/eal/eal_timer.c