diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-11 16:59:04 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 17:40:48 -0400 |
commit | aa7b5b0b2db6d33a8104e411cb74c15a4983b286 (patch) | |
tree | 669d769448c8d76434be2e6e320c002e1ac15b71 /include/video | |
parent | ca0a0cd7986e1704d5c60be9ae096ba51b2084f7 (diff) |
fbdev: sh_mobile_lcdc: Remove board configuration owner field
The field is unused, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/sh_mobile_lcdc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/sh_mobile_lcdc.h b/include/video/sh_mobile_lcdc.h index 3681cf62a88d..163f4b704bf9 100644 --- a/include/video/sh_mobile_lcdc.h +++ b/include/video/sh_mobile_lcdc.h | |||
@@ -147,9 +147,7 @@ struct sh_mobile_lcdc_sys_bus_ops { | |||
147 | unsigned long (*read_data)(void *handle); | 147 | unsigned long (*read_data)(void *handle); |
148 | }; | 148 | }; |
149 | 149 | ||
150 | struct module; | ||
151 | struct sh_mobile_lcdc_board_cfg { | 150 | struct sh_mobile_lcdc_board_cfg { |
152 | struct module *owner; | ||
153 | void *board_data; | 151 | void *board_data; |
154 | int (*setup_sys)(void *board_data, void *sys_ops_handle, | 152 | int (*setup_sys)(void *board_data, void *sys_ops_handle, |
155 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops); | 153 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops); |