diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-02-12 03:02:41 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-12 09:52:08 +0100 |
commit | e740235ddd84f4fe993af982b873578f3299b7d6 (patch) | |
tree | 94c5d673f3d1602d9888cdf8d7f23c4133ca5d64 /drivers/mfd/axp20x.c | |
parent | mfd: axp20x: Use dev->driver->of_match_table in axp20x_match_device() (diff) | |
download | linux-e740235ddd84f4fe993af982b873578f3299b7d6.tar.xz linux-e740235ddd84f4fe993af982b873578f3299b7d6.zip |
mfd: axp20x: Add missing copyright notice
Supply a backdated copyright notice.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/axp20x.c')
-rw-r--r-- | drivers/mfd/axp20x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 3e186f2dcac3..cec51e689d1d 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c @@ -5,6 +5,8 @@ * converters, LDOs, multiple 12-bit ADCs of voltage, current and temperature * as well as configurable GPIOs. * + * Copyright (C) 2014 Carlo Caione + * * Author: Carlo Caione <carlo@caione.org> * * This program is free software; you can redistribute it and/or modify |