diff options
Diffstat (limited to 'drivers/rtc/rtc-abx80x.c')
-rw-r--r-- | drivers/rtc/rtc-abx80x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-abx80x.c b/drivers/rtc/rtc-abx80x.c index b76f65983658..6ddcad642d1e 100644 --- a/drivers/rtc/rtc-abx80x.c +++ b/drivers/rtc/rtc-abx80x.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright 2014-2015 Macq S.A. | 5 | * Copyright 2014-2015 Macq S.A. |
6 | * | 6 | * |
7 | * Author: Philippe De Muyter <phdm@macqel.be> | 7 | * Author: Philippe De Muyter <phdm@macqel.be> |
8 | * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com> | 8 | * Author: Alexandre Belloni <alexandre.belloni@bootlin.com> |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
@@ -906,6 +906,6 @@ static struct i2c_driver abx80x_driver = { | |||
906 | module_i2c_driver(abx80x_driver); | 906 | module_i2c_driver(abx80x_driver); |
907 | 907 | ||
908 | MODULE_AUTHOR("Philippe De Muyter <phdm@macqel.be>"); | 908 | MODULE_AUTHOR("Philippe De Muyter <phdm@macqel.be>"); |
909 | MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@free-electrons.com>"); | 909 | MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@bootlin.com>"); |
910 | MODULE_DESCRIPTION("Abracon ABX80X RTC driver"); | 910 | MODULE_DESCRIPTION("Abracon ABX80X RTC driver"); |
911 | MODULE_LICENSE("GPL v2"); | 911 | MODULE_LICENSE("GPL v2"); |