diff options
Diffstat (limited to 'drivers/pwm/pwm-ep93xx.c')
-rw-r--r-- | drivers/pwm/pwm-ep93xx.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/pwm/pwm-ep93xx.c b/drivers/pwm/pwm-ep93xx.c index fa168581e6b8..4bab73073ad7 100644 --- a/drivers/pwm/pwm-ep93xx.c +++ b/drivers/pwm/pwm-ep93xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * PWM framework driver for Cirrus Logic EP93xx | 3 | * PWM framework driver for Cirrus Logic EP93xx |
3 | * | 4 | * |
@@ -13,16 +14,6 @@ | |||
13 | * EP9312/15 have two channels: | 14 | * EP9312/15 have two channels: |
14 | * platform device ep93xx-pwm.0 - PWMOUT | 15 | * platform device ep93xx-pwm.0 - PWMOUT |
15 | * platform device ep93xx-pwm.1 - PWMOUT1 (EGPIO14) | 16 | * platform device ep93xx-pwm.1 - PWMOUT1 (EGPIO14) |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | * | ||
22 | * This program is distributed in the hope that it will be useful, | ||
23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | * GNU General Public License for more details. | ||
26 | */ | 17 | */ |
27 | 18 | ||
28 | #include <linux/module.h> | 19 | #include <linux/module.h> |