From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/drivers/rtc/rtc-ds1302.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/drivers/rtc/rtc-ds1302.c b/kernel/drivers/rtc/rtc-ds1302.c index 2a88115..b3de6d2 100644 --- a/kernel/drivers/rtc/rtc-ds1302.c +++ b/kernel/drivers/rtc/rtc-ds1302.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Dallas DS1302 RTC Support * * Copyright (C) 2002 David McCullough * Copyright (C) 2003 - 2007 Paul Mundt - * - * This file is subject to the terms and conditions of the GNU General Public - * License version 2. See the file "COPYING" in the main directory of - * this archive for more details. */ #include <linux/bcd.h> @@ -17,8 +14,6 @@ #include <linux/of.h> #include <linux/rtc.h> #include <linux/spi/spi.h> - -#define DRV_NAME "rtc-ds1302" #define RTC_CMD_READ 0x81 /* Read command */ #define RTC_CMD_WRITE 0x80 /* Write command */ -- Gitblit v1.6.2