hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/rtc/rtc-ds1302.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Dallas DS1302 RTC Support
34 *
45 * Copyright (C) 2002 David McCullough
56 * Copyright (C) 2003 - 2007 Paul Mundt
6
- *
7
- * This file is subject to the terms and conditions of the GNU General Public
8
- * License version 2. See the file "COPYING" in the main directory of
9
- * this archive for more details.
107 */
118
129 #include <linux/bcd.h>
....@@ -17,8 +14,6 @@
1714 #include <linux/of.h>
1815 #include <linux/rtc.h>
1916 #include <linux/spi/spi.h>
20
-
21
-#define DRV_NAME "rtc-ds1302"
2217
2318 #define RTC_CMD_READ 0x81 /* Read command */
2419 #define RTC_CMD_WRITE 0x80 /* Write command */