diff options
Diffstat (limited to 'drivers/pwm/pwm-pxa.c')
-rw-r--r-- | drivers/pwm/pwm-pxa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pwm/pwm-pxa.c b/drivers/pwm/pwm-pxa.c index 4143a46684d2..a2a0912c2dcd 100644 --- a/drivers/pwm/pwm-pxa.c +++ b/drivers/pwm/pwm-pxa.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/pwm/pwm-pxa.c | 3 | * drivers/pwm/pwm-pxa.c |
3 | * | 4 | * |
4 | * simple driver for PWM (Pulse Width Modulator) controller | 5 | * simple driver for PWM (Pulse Width Modulator) controller |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * 2008-02-13 initial version | 7 | * 2008-02-13 initial version |
11 | * eric miao <eric.miao@marvell.com> | 8 | * eric miao <eric.miao@marvell.com> |
12 | */ | 9 | */ |