···11+// SPDX-License-Identifier: GPL-2.012/*23 * drivers/rtc/rtc-pcf85363.c34 *45 * Driver for NXP PCF85363 real-time clock.56 *67 * Copyright (C) 2017 Eric Nelson77- *88- * This program is free software; you can redistribute it and/or modify99- * it under the terms of the GNU General Public License version 2 as1010- * published by the Free Software Foundation.1111- *1212- * Based loosely on rtc-8583 by Russell King, Wolfram Sang and Juergen Beisert138 */149#include <linux/module.h>1510#include <linux/i2c.h>