diff options
Diffstat (limited to 'drivers/rtc/rtc-max8998.c')
-rw-r--r-- | drivers/rtc/rtc-max8998.c | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/drivers/rtc/rtc-max8998.c b/drivers/rtc/rtc-max8998.c index d8c0f9b3f87d..c873b4509b3c 100644 --- a/drivers/rtc/rtc-max8998.c +++ b/drivers/rtc/rtc-max8998.c | |||
@@ -1,16 +1,10 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | * RTC driver for Maxim MAX8998 | 2 | // |
3 | * | 3 | // RTC driver for Maxim MAX8998 |
4 | * Copyright (C) 2010 Samsung Electronics Co.Ltd | 4 | // |
5 | * Author: Minkyu Kang <mk7.kang@samsung.com> | 5 | // Copyright (C) 2010 Samsung Electronics Co.Ltd |
6 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> | 6 | // Author: Minkyu Kang <mk7.kang@samsung.com> |
7 | * | 7 | // Author: Joonyoung Shim <jy0922.shim@samsung.com> |
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | ||
14 | 8 | ||
15 | #include <linux/module.h> | 9 | #include <linux/module.h> |
16 | #include <linux/i2c.h> | 10 | #include <linux/i2c.h> |