diff options
Diffstat (limited to 'drivers/pwm/pwm-pca9685.c')
-rw-r--r-- | drivers/pwm/pwm-pca9685.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/pwm/pwm-pca9685.c b/drivers/pwm/pwm-pca9685.c index 567f5e2771c4..168684b02ebc 100644 --- a/drivers/pwm/pwm-pca9685.c +++ b/drivers/pwm/pwm-pca9685.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for PCA9685 16-channel 12-bit PWM LED controller | 3 | * Driver for PCA9685 16-channel 12-bit PWM LED controller |
3 | * | 4 | * |
@@ -5,18 +6,6 @@ | |||
5 | * Copyright (C) 2015 Clemens Gruber <clemens.gruber@pqgruber.com> | 6 | * Copyright (C) 2015 Clemens Gruber <clemens.gruber@pqgruber.com> |
6 | * | 7 | * |
7 | * based on the pwm-twl-led.c driver | 8 | * based on the pwm-twl-led.c driver |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License version 2 as published by | ||
11 | * the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
16 | * more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License along with | ||
19 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
20 | */ | 9 | */ |
21 | 10 | ||
22 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |