aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-flat.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-04-25 20:27:04 +0100
committerMark Brown <broonie@kernel.org>2019-04-25 20:27:04 +0100
commit615c4d9a50e25645646c3bafa658aedc22ab7ca9 (patch)
tree00b433e7292550b1e19e81eae95317121da3e321 /drivers/base/regmap/regcache-flat.c
parentMerge branch 'regmap-5.1' into regmap-linus (diff)
parentregmap: add proper SPDX identifiers on files that did not have them. (diff)
downloadlinux-dev-615c4d9a50e25645646c3bafa658aedc22ab7ca9.tar.xz
linux-dev-615c4d9a50e25645646c3bafa658aedc22ab7ca9.zip
Merge branch 'regmap-5.2' into regmap-next
Diffstat (limited to 'drivers/base/regmap/regcache-flat.c')
-rw-r--r--drivers/base/regmap/regcache-flat.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/drivers/base/regmap/regcache-flat.c b/drivers/base/regmap/regcache-flat.c
index bc6cd88b8cc6..b7e4b2464102 100644
--- a/drivers/base/regmap/regcache-flat.c
+++ b/drivers/base/regmap/regcache-flat.c
@@ -1,14 +1,10 @@
-/*
- * Register cache access API - flat caching support
- *
- * Copyright 2012 Wolfson Microelectronics plc
- *
- * Author: Mark Brown <broonie@opensource.wolfsonmicro.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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Register cache access API - flat caching support
+//
+// Copyright 2012 Wolfson Microelectronics plc
+//
+// Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
#include <linux/device.h>
#include <linux/seq_file.h>