Commit d38d840a authored by Laurent Pinchart's avatar Laurent Pinchart

fbdev: sh_mobile_lcdc: Make sh_mobile_lcdc_sys_bus_ops static

The structure isn't used outside of its compilation unit, make it
static.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent d072c35e
...@@ -438,7 +438,7 @@ static unsigned long lcdc_sys_read_data(void *handle) ...@@ -438,7 +438,7 @@ static unsigned long lcdc_sys_read_data(void *handle)
return lcdc_read(ch->lcdc, _LDDRDR) & LDDRDR_DRD_MASK; return lcdc_read(ch->lcdc, _LDDRDR) & LDDRDR_DRD_MASK;
} }
struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = { static struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = {
lcdc_sys_write_index, lcdc_sys_write_index,
lcdc_sys_write_data, lcdc_sys_write_data,
lcdc_sys_read_data, lcdc_sys_read_data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment