mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:40:56 +07:00
0a1c7959ac
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
12 lines
172 B
C
12 lines
172 B
C
|
|
#ifndef _TC35876X_H
|
|
#define _TC35876X_H
|
|
|
|
struct tc35876x_platform_data {
|
|
int gpio_bridge_reset;
|
|
int gpio_panel_bl_en;
|
|
int gpio_panel_vadd;
|
|
};
|
|
|
|
#endif /* _TC35876X_H */
|