mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
drm/rockchip: inno_hdmi: Drop irq struct member
The struct member irq isn't used anywhere. Drop it. Signed-off-by: Alex Bee <knaerzche@gmail.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20231222174220.55249-18-knaerzche@gmail.com
This commit is contained in:
parent
153fe8dbd8
commit
073aa696f8
@ -44,7 +44,6 @@ struct inno_hdmi_i2c {
|
||||
struct inno_hdmi {
|
||||
struct device *dev;
|
||||
|
||||
int irq;
|
||||
struct clk *pclk;
|
||||
void __iomem *regs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user