drm: omapdrm: Deconstruct the omap_drv.h header.
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 13 Oct 2017 14:59:05 +0000 (17:59 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 19 Dec 2017 08:32:00 +0000 (10:32 +0200)
commitb5561412975633049661436fb3764d96b945eed0
treea24f0ef7ec8b56495146133cbc4401a69600525e
parent18cbe723a6236ff1fb98ddd927831ac2a32ef46e
drm: omapdrm: Deconstruct the omap_drv.h header.

The number of function declarations in the omap_drv.h degrades
readability. To fix it, create new header files for each part of the
driver and move the related functions.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_connector.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_crtc.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_encoder.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_fb.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_fbdev.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_gem.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_irq.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_plane.h [new file with mode: 0644]