tools/helpers: xen-init-dom0: Mark clear_domid_history() static
authorJulien Grall <jgrall@amazon.com>
Thu, 12 Mar 2020 20:24:07 +0000 (20:24 +0000)
committerWei Liu <wl@xen.org>
Fri, 13 Mar 2020 10:18:31 +0000 (10:18 +0000)
commit98108eaee84c64511d3b58f9c58bfe96786ec58c
treea16902bc32fb27899c8040c64dc62e399d614eb2
parent8ff7a8811ac6f9c1287ca8e66bb595f0ccd78471
tools/helpers: xen-init-dom0: Mark clear_domid_history() static

xen-init-dom0 is a standalone binary, so all the functions but the
main() should be static.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Cc: paul@xen.org
Acked-by: Wei Liu <wl@xen.org>
tools/helpers/xen-init-dom0.c