drm: omapdrm: Remove unused parameter from omap_drm_irq handler
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 6 Jun 2016 00:55:52 +0000 (03:55 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:25:02 +0000 (11:25 +0200)
commit5d9f5b33399cc57d04ceed05f011d6fe4136675a
tree1b0dcb54890be36dc7d0c981551ccca98a740d03
parentda06a922cf612c72e62a0bb655e9b40318ece35a
drm: omapdrm: Remove unused parameter from omap_drm_irq handler

The only omap_drm_irq handler doesn't use the irqstatus parameter passed
to the function. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_irq.c