mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08: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 */
|