diff options
Diffstat (limited to 'drivers/char/tpm/xen-tpmfront.c')
-rw-r--r-- | drivers/char/tpm/xen-tpmfront.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/char/tpm/xen-tpmfront.c b/drivers/char/tpm/xen-tpmfront.c index 4e2d00cb0d81..da5b30771418 100644 --- a/drivers/char/tpm/xen-tpmfront.c +++ b/drivers/char/tpm/xen-tpmfront.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Implementation of the Xen vTPM device frontend | 3 | * Implementation of the Xen vTPM device frontend |
3 | * | 4 | * |
4 | * Author: Daniel De Graaf <dgdegra@tycho.nsa.gov> | 5 | * Author: Daniel De Graaf <dgdegra@tycho.nsa.gov> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2, | ||
8 | * as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/errno.h> | 7 | #include <linux/errno.h> |
11 | #include <linux/err.h> | 8 | #include <linux/err.h> |