diff options
author | Mark Brown <broonie@kernel.org> | 2019-04-25 20:27:04 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-25 20:27:04 +0100 |
commit | 615c4d9a50e25645646c3bafa658aedc22ab7ca9 (patch) | |
tree | 00b433e7292550b1e19e81eae95317121da3e321 /drivers/base/regmap/regmap-irq.c | |
parent | 7fdc9fc87492a79b9c7f9dba2311c1fc2b2c6bd4 (diff) | |
parent | 37613fa5b762a73073de3c2e23baa4a1da337e71 (diff) |
Merge branch 'regmap-5.2' into regmap-next
Diffstat (limited to 'drivers/base/regmap/regmap-irq.c')
-rw-r--r-- | drivers/base/regmap/regmap-irq.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c index 02eb75646141..c9dc70ceca5f 100644 --- a/drivers/base/regmap/regmap-irq.c +++ b/drivers/base/regmap/regmap-irq.c @@ -1,14 +1,10 @@ -/* - * regmap based irq_chip - * - * Copyright 2011 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 +// +// regmap based irq_chip +// +// Copyright 2011 Wolfson Microelectronics plc +// +// Author: Mark Brown <broonie@opensource.wolfsonmicro.com> #include <linux/device.h> #include <linux/export.h> |