Skip to content

Commit bec7368

Browse files
Dr. David Alan Gilberthdeller
authored andcommitted
fbdev: omapfb: Remove unused hdmi5_core_handle_irqs
hdmi5_core_handle_irqs() has been unused since commit f5bab22 ("OMAPDSS: HDMI: Add OMAP5 HDMI support") Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 4e39ade commit bec7368

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -567,23 +567,6 @@ static void hdmi_core_enable_interrupts(struct hdmi_core_data *core)
567567
REG_FLD_MOD(core->base, HDMI_CORE_IH_MUTE, 0x0, 1, 0);
568568
}
569569

570-
int hdmi5_core_handle_irqs(struct hdmi_core_data *core)
571-
{
572-
void __iomem *base = core->base;
573-
574-
REG_FLD_MOD(base, HDMI_CORE_IH_FC_STAT0, 0xff, 7, 0);
575-
REG_FLD_MOD(base, HDMI_CORE_IH_FC_STAT1, 0xff, 7, 0);
576-
REG_FLD_MOD(base, HDMI_CORE_IH_FC_STAT2, 0xff, 7, 0);
577-
REG_FLD_MOD(base, HDMI_CORE_IH_AS_STAT0, 0xff, 7, 0);
578-
REG_FLD_MOD(base, HDMI_CORE_IH_PHY_STAT0, 0xff, 7, 0);
579-
REG_FLD_MOD(base, HDMI_CORE_IH_I2CM_STAT0, 0xff, 7, 0);
580-
REG_FLD_MOD(base, HDMI_CORE_IH_CEC_STAT0, 0xff, 7, 0);
581-
REG_FLD_MOD(base, HDMI_CORE_IH_VP_STAT0, 0xff, 7, 0);
582-
REG_FLD_MOD(base, HDMI_CORE_IH_I2CMPHY_STAT0, 0xff, 7, 0);
583-
584-
return 0;
585-
}
586-
587570
void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
588571
struct hdmi_config *cfg)
589572
{

drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ struct csc_table {
283283

284284
int hdmi5_read_edid(struct hdmi_core_data *core, u8 *edid, int len);
285285
void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s);
286-
int hdmi5_core_handle_irqs(struct hdmi_core_data *core);
287286
void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
288287
struct hdmi_config *cfg);
289288
int hdmi5_core_init(struct platform_device *pdev, struct hdmi_core_data *core);

0 commit comments

Comments
 (0)