mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 10:59:18 -04:00
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: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Rui Miguel Silva <rmfrfs@gmail.com> Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
996f6f517d
commit
492d418c08
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user