hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/mfd/rk808.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Register definitions for Rockchip's RK808/RK818 PMIC
34 *
....@@ -9,15 +10,6 @@
910 * Copyright (C) 2016 PHYTEC Messtechnik GmbH
1011 *
1112 * Author: Wadim Egorov <w.egorov@phytec.de>
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms and conditions of the GNU General Public License,
15
- * version 2, as published by the Free Software Foundation.
16
- *
17
- * This program is distributed in the hope it will be useful, but WITHOUT
18
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
20
- * more details.
2113 */
2214
2315 #ifndef __LINUX_REGULATOR_RK808_H
....@@ -1075,7 +1067,6 @@
10751067 long variant;
10761068 const struct regmap_config *regmap_cfg;
10771069 const struct regmap_irq_chip *regmap_irq_chip;
1078
- void (*pm_pwroff_fn)(void);
10791070 void (*pm_pwroff_prep_fn)(void);
10801071 struct rk808_pin_info *pins;
10811072 };