Loading drivers/rtc/class.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, base class * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * class skeleton from drivers/hwmon/hwmon.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Loading drivers/rtc/dev.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, dev interface * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Loading drivers/rtc/hctosys.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, initialize system time on startup * * Copyright (C) 2005 Tower Technologies * Author: Alessandro Zummo <a.zummo@towertech.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Loading drivers/rtc/interface.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, interface functions * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/rtc.h> Loading drivers/rtc/lib.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * rtc and date/time utility functions * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c and other bits * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/export.h> Loading Loading
drivers/rtc/class.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, base class * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * class skeleton from drivers/hwmon/hwmon.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Loading
drivers/rtc/dev.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, dev interface * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Loading
drivers/rtc/hctosys.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, initialize system time on startup * * Copyright (C) 2005 Tower Technologies * Author: Alessandro Zummo <a.zummo@towertech.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Loading
drivers/rtc/interface.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, interface functions * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/rtc.h> Loading
drivers/rtc/lib.c +2 −5 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * rtc and date/time utility functions * Loading @@ -5,10 +6,6 @@ * Author: Alessandro Zummo <a.zummo@towertech.it> * * based on arch/arm/common/rtctime.c and other bits * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/export.h> Loading