aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-02 15:32:01 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-04 20:03:40 +0200
commit5de363b66a37a0193e28a2de64fa4996159bd5ee (patch)
tree8b127711898a994dac1de5ae8f186dbde8a8f059 /drivers/base/power/runtime.c
parentdrivers: base: firmware_loader: add proper SPDX identifiers on files that did not have them. (diff)
downloadlinux-dev-5de363b66a37a0193e28a2de64fa4996159bd5ee.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/base/power/runtime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c
index 977db40378b0..952a1e7057c7 100644
--- a/drivers/base/power/runtime.c
+++ b/drivers/base/power/runtime.c
@@ -1,12 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* drivers/base/power/runtime.c - Helper functions for device runtime PM
*
* Copyright (c) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
* Copyright (C) 2010 Alan Stern <stern@rowland.harvard.edu>
- *
- * This file is released under the GPLv2.
*/
-
#include <linux/sched/mm.h>
#include <linux/ktime.h>
#include <linux/hrtimer.h>