Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-block.git] / include / linux / power / bq24190_charger.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
66b6bef2
HG
2/*
3 * Platform data for the TI bq24190 battery charger driver.
66b6bef2
HG
4 */
5
6#ifndef _BQ24190_CHARGER_H_
7#define _BQ24190_CHARGER_H_
8
9#include <linux/regulator/machine.h>
10
11struct bq24190_platform_data {
12 const struct regulator_init_data *regulator_init_data;
13};
14
15#endif