summaryrefslogtreecommitdiff
path: root/drivers/core/devres.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/core/devres.c')
-rw-r--r--drivers/core/devres.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/core/devres.c b/drivers/core/devres.c
index 605295bd14..f2a19ec61b 100644
--- a/drivers/core/devres.c
+++ b/drivers/core/devres.c
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* Based on the original work in Linux by
* Copyright (c) 2006 SUSE Linux Products GmbH
* Copyright (c) 2006 Tejun Heo <teheo@suse.de>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>