diff options
Diffstat (limited to 'drivers/pwm/pwm-atmel.c')
-rw-r--r-- | drivers/pwm/pwm-atmel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c index a9fd6f0d408c..e5e1eaf372fa 100644 --- a/drivers/pwm/pwm-atmel.c +++ b/drivers/pwm/pwm-atmel.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for Atmel Pulse Width Modulation Controller | 3 | * Driver for Atmel Pulse Width Modulation Controller |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Atmel Corporation | 5 | * Copyright (C) 2013 Atmel Corporation |
5 | * Bo Shen <voice.shen@atmel.com> | 6 | * Bo Shen <voice.shen@atmel.com> |
6 | * | ||
7 | * Licensed under GPLv2. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |