aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/chrome/cros_ec_i2c.c')
-rw-r--r--drivers/platform/chrome/cros_ec_i2c.c22
1 files changed, 6 insertions, 16 deletions
diff --git a/drivers/platform/chrome/cros_ec_i2c.c b/drivers/platform/chrome/cros_ec_i2c.c
index 9a009eaa4ada..61d75395f86d 100644
--- a/drivers/platform/chrome/cros_ec_i2c.c
+++ b/drivers/platform/chrome/cros_ec_i2c.c
@@ -1,17 +1,7 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * ChromeOS EC multi-function device (I2C) 2// I2C 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/acpi.h> 6#include <linux/acpi.h>
17#include <linux/delay.h> 7#include <linux/delay.h>
@@ -372,5 +362,5 @@ static struct i2c_driver cros_ec_driver = {
372 362
373module_i2c_driver(cros_ec_driver); 363module_i2c_driver(cros_ec_driver);
374 364
375MODULE_LICENSE("GPL"); 365MODULE_LICENSE("GPL v2");
376MODULE_DESCRIPTION("ChromeOS EC multi function device"); 366MODULE_DESCRIPTION("I2C interface for ChromeOS Embedded Controller");