]> Git Repo - J-linux.git/blob - include/linux/mfd/sky81452.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / mfd / sky81452.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * sky81452.h   SKY81452 MFD driver
4  *
5  * Copyright 2014 Skyworks Solutions Inc.
6  * Author : Gyungoh Yoo <[email protected]>
7  */
8
9 #ifndef _SKY81452_H
10 #define _SKY81452_H
11
12 #include <linux/regulator/machine.h>
13
14 struct sky81452_platform_data {
15         struct regulator_init_data *regulator_init_data;
16 };
17
18 #endif
This page took 0.027374 seconds and 4 git commands to generate.