commit | 767dea211cd0c68d8116d8c3b5104e82454fb44b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 28 07:17:03 2020 +0200 |
committer | Borislav Petkov <bp@suse.de> | Tue Apr 28 11:05:44 2020 +0200 |
tree | 5a343dac82040e6c5c17d523a1b233fbd624f04f | |
parent | 694cfd87b0c8a48af2f1afb225563571c0b975c4 [diff] |
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