Commit 492d418c authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab

media: imx: imx7_mipi_csis: Drop unused csis_hw_reset structure

The csis_hw_reset structure is instantiated as a member of csi_state,
but that member is never used. Drop it.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarRui Miguel Silva <rmfrfs@gmail.com>
Tested-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 996f6f51
......@@ -278,12 +278,6 @@ static const char * const mipi_csis_clk_id[] = {
"phy",
};
struct csis_hw_reset {
struct regmap *src;
u8 req_src;
u8 rst_bit;
};
struct csi_state {
/* lock elements below */
struct mutex lock;
......@@ -321,7 +315,6 @@ struct csi_state {
struct mipi_csis_event events[MIPI_CSIS_NUM_EVENTS];
struct csis_hw_reset hw_reset;
struct regulator *mipi_phy_regulator;
};
......
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