diff options
Diffstat (limited to 'drivers/platform/chrome/cros_ec_sysfs.c')
-rw-r--r-- | drivers/platform/chrome/cros_ec_sysfs.c | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/drivers/platform/chrome/cros_ec_sysfs.c b/drivers/platform/chrome/cros_ec_sysfs.c index 0ff5aa30c070..fe0b7614ae1b 100644 --- a/drivers/platform/chrome/cros_ec_sysfs.c +++ b/drivers/platform/chrome/cros_ec_sysfs.c | |||
@@ -1,23 +1,7 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | * cros_ec_sysfs - expose the Chrome OS EC through sysfs | 2 | // Expose the ChromeOS EC through sysfs |
3 | * | 3 | // |
4 | * Copyright (C) 2014 Google, Inc. | 4 | // Copyright (C) 2014 Google, Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | ||
19 | |||
20 | #define pr_fmt(fmt) "cros_ec_sysfs: " fmt | ||
21 | 5 | ||
22 | #include <linux/ctype.h> | 6 | #include <linux/ctype.h> |
23 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |
@@ -389,5 +373,5 @@ static struct platform_driver cros_ec_sysfs_driver = { | |||
389 | module_platform_driver(cros_ec_sysfs_driver); | 373 | module_platform_driver(cros_ec_sysfs_driver); |
390 | 374 | ||
391 | MODULE_LICENSE("GPL"); | 375 | MODULE_LICENSE("GPL"); |
392 | MODULE_DESCRIPTION("ChromeOS EC control driver"); | 376 | MODULE_DESCRIPTION("Expose the ChromeOS EC through sysfs"); |
393 | MODULE_ALIAS("platform:" DRV_NAME); | 377 | MODULE_ALIAS("platform:" DRV_NAME); |