commit | 927d6b620de045dafe9a5fcd90fbc617a909abf0 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.org> | Tue Jul 05 15:41:14 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 06 10:50:01 2022 +0200 |
tree | 21047ed40b170075dd88f26fbd5226b00d0d0f74 | |
parent | b2ad545887258e1f4a53ea14f483c110c0670654 [diff] |
video: ov2640: cleanup unused struct fields When we moved to gpio_dt_spec forgot to remove the older fields used for gpio related access. Remove them as they are used by the driver anymore. Signed-off-by: Kumar Gala <galak@kernel.org>