mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
gpu: drm: tc35876x: move header file out of I2C realm
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>
This commit is contained in:
11
include/linux/platform_data/tc35876x.h
Normal file
11
include/linux/platform_data/tc35876x.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#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 */
|
||||
Reference in New Issue
Block a user