1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * sky81452.h SKY81452 MFD driver 3 * sky81452.h SKY81452 MFD driver 4 * 4 * 5 * Copyright 2014 Skyworks Solutions Inc. 5 * Copyright 2014 Skyworks Solutions Inc. 6 * Author : Gyungoh Yoo <jack.yoo@skyworksinc. 6 * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com> 7 */ 7 */ 8 8 9 #ifndef _SKY81452_H 9 #ifndef _SKY81452_H 10 #define _SKY81452_H 10 #define _SKY81452_H 11 11 12 #include <linux/regulator/machine.h> 12 #include <linux/regulator/machine.h> 13 13 14 struct sky81452_platform_data { 14 struct sky81452_platform_data { 15 struct regulator_init_data *regulator_ 15 struct regulator_init_data *regulator_init_data; 16 }; 16 }; 17 17 18 #endif 18 #endif 19 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.