hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/char/tpm/tpm_atmel.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2005 IBM Corporation
34 *
....@@ -9,17 +10,11 @@
910 * Device driver for TCG/TCPA TPM (trusted platform module).
1011 * Specifications at www.trustedcomputinggroup.org
1112 *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License as
14
- * published by the Free Software Foundation, version 2 of the
15
- * License.
16
- *
1713 * These difference are required on power because the device must be
1814 * discovered through the device tree and iomap must be used to get
1915 * around the need for holes in the io_page_mask. This does not happen
2016 * automatically because the tpm is not a normal pci device and lives
2117 * under the root node.
22
- *
2318 */
2419
2520 struct tpm_atmel_priv {