diff options
author | Nishanth Menon <nm@ti.com> | 2018-12-08 10:00:42 -0600 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-12-12 13:54:28 +0100 |
commit | f9dca0f0675e7249e10bba259392a582836e5e6e (patch) | |
tree | 16d10d380b5b6f67594c0a6ec1569de98f9c3c8e /drivers | |
parent | 14d338a857f05f894ba3badd9e6d3039c68b8180 (diff) | |
download | linux-f9dca0f0675e7249e10bba259392a582836e5e6e.tar.bz2 |
PM / AVS: SmartReflex: Switch to SPDX Licence ID
Fix up licensing to be inline with Linux conventions.
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/power/avs/smartreflex.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/power/avs/smartreflex.c b/drivers/power/avs/smartreflex.c index 25669f18e223..c96c01e09740 100644 --- a/drivers/power/avs/smartreflex.c +++ b/drivers/power/avs/smartreflex.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * OMAP SmartReflex Voltage Control * @@ -11,10 +12,6 @@ * * Copyright (C) 2007 Texas Instruments, Inc. * Lesly A M <x0080970@ti.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/module.h> |