From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:01 +0000 Subject: [PATCH] enable docker ppp --- 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