Loading drivers/rtc/rtc-mv.c +1 −4 Original line number Original line Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* /* * Driver for the RTC in Marvell SoCs. * Driver for the RTC in Marvell SoCs. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ */ #include <linux/init.h> #include <linux/init.h> Loading Loading
drivers/rtc/rtc-mv.c +1 −4 Original line number Original line Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* /* * Driver for the RTC in Marvell SoCs. * Driver for the RTC in Marvell SoCs. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ */ #include <linux/init.h> #include <linux/init.h> Loading