| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2012,2013 Infineon Technologies |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 13 | 14 | * |
|---|
| 14 | 15 | * It is based on the original tpm_tis device driver from Leendert van |
|---|
| 15 | 16 | * Dorn and Kyleen Hall. |
|---|
| 16 | | - * |
|---|
| 17 | | - * This program is free software; you can redistribute it and/or |
|---|
| 18 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 19 | | - * published by the Free Software Foundation, version 2 of the |
|---|
| 20 | | - * License. |
|---|
| 21 | | - * |
|---|
| 22 | | - * |
|---|
| 23 | 17 | */ |
|---|
| 24 | 18 | #include <linux/i2c.h> |
|---|
| 25 | 19 | #include <linux/module.h> |
|---|