diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fb.h | 1 | ||||
| -rw-r--r-- | include/linux/i2c-algo-bit.h | 1 | ||||
| -rw-r--r-- | include/linux/i2c/tc35876x.h | 11 |
3 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index c18122f40543..a395b8c76992 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
| @@ -1003,6 +1003,7 @@ extern ssize_t fb_sys_write(struct fb_info *info, const char __user *buf, | |||
| 1003 | /* drivers/video/fbmem.c */ | 1003 | /* drivers/video/fbmem.c */ |
| 1004 | extern int register_framebuffer(struct fb_info *fb_info); | 1004 | extern int register_framebuffer(struct fb_info *fb_info); |
| 1005 | extern int unregister_framebuffer(struct fb_info *fb_info); | 1005 | extern int unregister_framebuffer(struct fb_info *fb_info); |
| 1006 | extern int unlink_framebuffer(struct fb_info *fb_info); | ||
| 1006 | extern void remove_conflicting_framebuffers(struct apertures_struct *a, | 1007 | extern void remove_conflicting_framebuffers(struct apertures_struct *a, |
| 1007 | const char *name, bool primary); | 1008 | const char *name, bool primary); |
| 1008 | extern int fb_prepare_logo(struct fb_info *fb_info, int rotate); | 1009 | extern int fb_prepare_logo(struct fb_info *fb_info, int rotate); |
diff --git a/include/linux/i2c-algo-bit.h b/include/linux/i2c-algo-bit.h index 4f98148c11c3..584ffa0f3282 100644 --- a/include/linux/i2c-algo-bit.h +++ b/include/linux/i2c-algo-bit.h | |||
| @@ -49,5 +49,6 @@ struct i2c_algo_bit_data { | |||
| 49 | 49 | ||
| 50 | int i2c_bit_add_bus(struct i2c_adapter *); | 50 | int i2c_bit_add_bus(struct i2c_adapter *); |
| 51 | int i2c_bit_add_numbered_bus(struct i2c_adapter *); | 51 | int i2c_bit_add_numbered_bus(struct i2c_adapter *); |
| 52 | extern const struct i2c_algorithm i2c_bit_algo; | ||
| 52 | 53 | ||
| 53 | #endif /* _LINUX_I2C_ALGO_BIT_H */ | 54 | #endif /* _LINUX_I2C_ALGO_BIT_H */ |
diff --git a/include/linux/i2c/tc35876x.h b/include/linux/i2c/tc35876x.h new file mode 100644 index 000000000000..cd6a51c71e7e --- /dev/null +++ b/include/linux/i2c/tc35876x.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | |||
| 2 | #ifndef _TC35876X_H | ||
| 3 | #define _TC35876X_H | ||
| 4 | |||
| 5 | struct tc35876x_platform_data { | ||
| 6 | int gpio_bridge_reset; | ||
| 7 | int gpio_panel_bl_en; | ||
| 8 | int gpio_panel_vadd; | ||
| 9 | }; | ||
| 10 | |||
| 11 | #endif /* _TC35876X_H */ | ||
