diff options
Diffstat (limited to 'drivers/pwm/pwm-rockchip.c')
-rw-r--r-- | drivers/pwm/pwm-rockchip.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pwm/pwm-rockchip.c b/drivers/pwm/pwm-rockchip.c index 4d99d468df09..51b96cb7dd25 100644 --- a/drivers/pwm/pwm-rockchip.c +++ b/drivers/pwm/pwm-rockchip.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PWM driver for Rockchip SoCs | 3 | * PWM driver for Rockchip SoCs |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> | 5 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> |
5 | * Copyright (C) 2014 ROCKCHIP, Inc. | 6 | * Copyright (C) 2014 ROCKCHIP, Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |