diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-05 10:24:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-08 12:53:08 -0400 |
commit | 9c3444c1b2127ab037a10785b671aec6f0713a4a (patch) | |
tree | 4b83334f4c102f94b9cc47603ed265c27305bee7 /drivers | |
parent | 87920dd4d93924a4b4aba01078ab606406649a82 (diff) |
[media] omap3isp: preview: Remove unused isptables_update structure definition
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/omap3isp/isppreview.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/media/video/omap3isp/isppreview.h b/drivers/media/video/omap3isp/isppreview.h index 67723c7e07c..b7f979a18da 100644 --- a/drivers/media/video/omap3isp/isppreview.h +++ b/drivers/media/video/omap3isp/isppreview.h | |||
@@ -121,26 +121,6 @@ struct prev_params { | |||
121 | u8 brightness; | 121 | u8 brightness; |
122 | }; | 122 | }; |
123 | 123 | ||
124 | /* | ||
125 | * struct isptables_update - Structure for Table Configuration. | ||
126 | * @update: Specifies which tables should be updated. | ||
127 | * @flag: Specifies which tables should be enabled. | ||
128 | * @nf: Pointer to structure for Noise Filter | ||
129 | * @lsc: Pointer to LSC gain table. (currently not used) | ||
130 | * @gamma: Pointer to gamma correction tables. | ||
131 | * @cfa: Pointer to color filter array configuration. | ||
132 | * @wbal: Pointer to colour and digital gain configuration. | ||
133 | */ | ||
134 | struct isptables_update { | ||
135 | u32 update; | ||
136 | u32 flag; | ||
137 | struct omap3isp_prev_nf *nf; | ||
138 | u32 *lsc; | ||
139 | struct omap3isp_prev_gtables *gamma; | ||
140 | struct omap3isp_prev_cfa *cfa; | ||
141 | struct omap3isp_prev_wbal *wbal; | ||
142 | }; | ||
143 | |||
144 | /* Sink and source previewer pads */ | 124 | /* Sink and source previewer pads */ |
145 | #define PREV_PAD_SINK 0 | 125 | #define PREV_PAD_SINK 0 |
146 | #define PREV_PAD_SOURCE 1 | 126 | #define PREV_PAD_SOURCE 1 |