vtpmmgr: make inline functions static
authorOlaf Hering <olaf@aepfle.de>
Fri, 23 Jun 2017 17:35:04 +0000 (19:35 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 9 Aug 2017 13:02:07 +0000 (14:02 +0100)
commitc4ba064d53ef89cc06466349c1e987d8e91020b3
tree8157f6b306ae2361f0062ee6b65f237aa8abee1c
parentf9c7a0ee87f23ae408a1ac4f948b96f51b911564
vtpmmgr: make inline functions static

gcc7 is more strict with functions marked as inline. They are not
automatically inlined. Instead a function call is generated, but the
actual code is not visible by the linker.

Do a mechanical change and mark every 'inline' as 'static inline'. For
simpler review the static goes into an extra line.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Tested-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
stubdom/vtpmmgr/marshal.h
stubdom/vtpmmgr/tcg.h
stubdom/vtpmmgr/tpm2_marshal.h
stubdom/vtpmmgr/tpmrsa.h