diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-02 15:32:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-04 20:03:40 +0200 |
commit | 5de363b66a37a0193e28a2de64fa4996159bd5ee (patch) | |
tree | 8b127711898a994dac1de5ae8f186dbde8a8f059 /drivers/base/power/qos.c | |
parent | drivers: base: firmware_loader: add proper SPDX identifiers on files that did... (diff) | |
download | linux-5de363b66a37a0193e28a2de64fa4996159bd5ee.tar.xz linux-5de363b66a37a0193e28a2de64fa4996159bd5ee.zip |
drivers: base: power: add proper SPDX identifiers on files that did not have them.
There were a few files in the driver core power code that did not have
SPDX identifiers on them, so fix that up. At the same time, remove the
"free form" text that specified the license of the file, as that is
impossible for any tool to properly parse.
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/power/qos.c')
-rw-r--r-- | drivers/base/power/qos.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/base/power/qos.c b/drivers/base/power/qos.c index f80e402ef778..6c91f8df1d59 100644 --- a/drivers/base/power/qos.c +++ b/drivers/base/power/qos.c @@ -1,13 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Devices PM QoS constraints management * * Copyright (C) 2011 Texas Instruments, Inc. * - * 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. - * - * * This module exposes the interface to kernel space for specifying * per-device PM QoS dependencies. It provides infrastructure for registration * of: |