diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-10 11:22:58 -0500 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2018-12-24 06:06:55 -0500 |
commit | e747cbe257fdc08f1a8b19b4c9f75a377b6f783d (patch) | |
tree | 8b73b153ec6e0c139049b5a7b1417ec2750be99e | |
parent | 88a053d2923479658e82621c4c642dc8a494392d (diff) |
pwm: bcm2835: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Cc: Bart Tanghe <bart.tanghe@thomasmore.be>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r-- | drivers/pwm/pwm-bcm2835.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pwm/pwm-bcm2835.c b/drivers/pwm/pwm-bcm2835.c index db001cba937f..5652f461d994 100644 --- a/drivers/pwm/pwm-bcm2835.c +++ b/drivers/pwm/pwm-bcm2835.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright 2014 Bart Tanghe <bart.tanghe@thomasmore.be> | 3 | * Copyright 2014 Bart Tanghe <bart.tanghe@thomasmore.be> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <linux/clk.h> | 6 | #include <linux/clk.h> |