hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/regulator/fan53555.h
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * fan53555.h - Fairchild Regulator FAN53555 Driver
34 *
45 * Copyright (C) 2012 Marvell Technology Ltd.
56 * Yunfan Zhang <yfzhang@marvell.com>
6
- *
7
- * This package is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
- *
117 */
128
139 #ifndef __FAN53555_H__
....@@ -56,8 +52,6 @@
5652 unsigned int slew_rate;
5753 /* Sleep VSEL ID */
5854 unsigned int sleep_vsel_id;
59
- int limit_volt;
60
- struct gpio_desc *vsel_gpio;
6155 };
6256
6357 #endif /* __FAN53555_H__ */