diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2019-06-20 15:26:29 +0300 |
---|---|---|
committer | Tudor Ambarus <tudor.ambarus@microchip.com> | 2019-06-22 14:59:27 +0300 |
commit | 62de37da9f382455b983f2f92b10012109005278 (patch) | |
tree | e6766b40d5dcc3d7d678e9b82c34dac420bd3719 /include | |
parent | ba0d4e04a5b57ef048dbf3afd9107ae6ca353258 (diff) | |
download | linux-62de37da9f382455b983f2f92b10012109005278.tar.gz |
mtd: spi-nor: intel-spi: Convert to use SPDX identifier
This gets rid of the license boilerplate duplicated in each file.
No functional changes intended.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/intel-spi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/platform_data/intel-spi.h b/include/linux/platform_data/intel-spi.h index 942b0c3f8f08..001f377fb5ef 100644 --- a/include/linux/platform_data/intel-spi.h +++ b/include/linux/platform_data/intel-spi.h @@ -1,12 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Intel PCH/PCU SPI flash driver. * * Copyright (C) 2016, Intel Corporation * Author: Mika Westerberg <mika.westerberg@linux.intel.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef INTEL_SPI_PDATA_H |