diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/glamofb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h index b787a0c7041..507b67c8099 100644 --- a/include/linux/glamofb.h +++ b/include/linux/glamofb.h @@ -40,6 +40,11 @@ struct glamofb_platform_data { int glamofb_cmd_mode(struct glamofb_handle *gfb, int on); int glamofb_cmd_write(struct glamofb_handle *gfb, u_int16_t val); + +#ifdef CONFIG_MFD_GLAMO void glamo_lcm_reset(int level); +#else +#define glamo_lcm_reset(...) do {} while (0) +#endif #endif |