diff options
Diffstat (limited to 'drivers/platform/chrome/cros_ec_spi.c')
-rw-r--r-- | drivers/platform/chrome/cros_ec_spi.c | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/drivers/platform/chrome/cros_ec_spi.c b/drivers/platform/chrome/cros_ec_spi.c index 6cfbc2835beb..ffc38f9d4829 100644 --- a/drivers/platform/chrome/cros_ec_spi.c +++ b/drivers/platform/chrome/cros_ec_spi.c | |||
@@ -1,17 +1,7 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * ChromeOS EC multi-function device (SPI) | 2 | // SPI interface for ChromeOS Embedded Controller |
3 | * | 3 | // |
4 | * Copyright (C) 2012 Google, Inc | 4 | // Copyright (C) 2012 Google, Inc |
5 | * | ||
6 | * This software is licensed under the terms of the GNU General Public | ||
7 | * License version 2, as published by the Free Software Foundation, and | ||
8 | * may be copied, distributed, and modified under those terms. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | ||
15 | 5 | ||
16 | #include <linux/delay.h> | 6 | #include <linux/delay.h> |
17 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
@@ -729,4 +719,4 @@ static struct spi_driver cros_ec_driver_spi = { | |||
729 | module_spi_driver(cros_ec_driver_spi); | 719 | module_spi_driver(cros_ec_driver_spi); |
730 | 720 | ||
731 | MODULE_LICENSE("GPL v2"); | 721 | MODULE_LICENSE("GPL v2"); |
732 | MODULE_DESCRIPTION("ChromeOS EC multi function device (SPI)"); | 722 | MODULE_DESCRIPTION("SPI interface for ChromeOS Embedded Controller"); |