x86/tboot: Mark tboot static
authorChristoph Hellwig <hch@lst.de>
Tue, 28 Apr 2020 05:17:03 +0000 (07:17 +0200)
committerBorislav Petkov <bp@suse.de>
Tue, 28 Apr 2020 09:05:44 +0000 (11:05 +0200)
commit767dea211cd0c68d8116d8c3b5104e82454fb44b
tree5a343dac82040e6c5c17d523a1b233fbd624f04f
parent694cfd87b0c8a48af2f1afb225563571c0b975c4
x86/tboot: Mark tboot static

This structure is only really used in tboot.c.  The only exception
is a single tboot_enabled check, but for that we don't need an inline
function.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200428051703.1625952-1-hch@lst.de
arch/x86/kernel/tboot.c
include/linux/tboot.h