diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/omapdss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index 600ac7c25724..8f9538e17ea4 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h | |||
@@ -522,7 +522,6 @@ int omap_dss_get_num_overlays(void); | |||
522 | #define for_each_dss_output(d) \ | 522 | #define for_each_dss_output(d) \ |
523 | while ((d = omapdss_device_get_next(d, OMAP_DSS_DEVICE_TYPE_OUTPUT)) != NULL) | 523 | while ((d = omapdss_device_get_next(d, OMAP_DSS_DEVICE_TYPE_OUTPUT)) != NULL) |
524 | int omapdss_output_validate(struct omap_dss_device *out); | 524 | int omapdss_output_validate(struct omap_dss_device *out); |
525 | int omapdss_output_unset_device(struct omap_dss_device *out); | ||
526 | 525 | ||
527 | typedef void (*omap_dispc_isr_t) (void *arg, u32 mask); | 526 | typedef void (*omap_dispc_isr_t) (void *arg, u32 mask); |
528 | int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask); | 527 | int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask); |