commit | d9e32ecda41bb6b6301fd2a0945003bb8f4e2ba1 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Mar 18 09:02:18 2016 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 31 08:20:42 2016 +0300 |
tree | 179bf526bd3cc6510ab4c2569736bfad71cbdc3d | |
parent | 2639d6b9be19e029869158a6b8cbc5d253cd7bbc [diff] |
drm/omap: Fix missing includes With certain kernel config options many omapdrm files fail to compile due to missing include of linux/gpio/consumer.h and linux/of.h. This patch adds those includes. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reported-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>