hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/mfd/sky81452.h
....@@ -1,30 +1,17 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * sky81452.h SKY81452 MFD driver
34 *
45 * Copyright 2014 Skyworks Solutions Inc.
56 * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License version 2
9
- * as published by the Free Software Foundation.
10
- *
11
- * This program is distributed in the hope that it will be useful, but
12
- * WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License along
17
- * with this program; if not, see <http://www.gnu.org/licenses/>.
187 */
198
209 #ifndef _SKY81452_H
2110 #define _SKY81452_H
2211
23
-#include <linux/platform_data/sky81452-backlight.h>
2412 #include <linux/regulator/machine.h>
2513
2614 struct sky81452_platform_data {
27
- struct sky81452_bl_platform_data *bl_pdata;
2815 struct regulator_init_data *regulator_init_data;
2916 };
3017