omap: include omap_drm.h independently
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 9 Aug 2012 11:34:54 +0000 (13:34 +0200)
committerRob Clark <rob@ti.com>
Thu, 23 Aug 2012 19:21:01 +0000 (14:21 -0500)
commitf215d651377d98f5998118c6824aeb2db75513be
tree0cd1a48d2e733990996dcca3ca71a1e22ac5a884
parent3163cfe4db925429760407e77140e2d595338bc2
omap: include omap_drm.h independently

omap_drm.h uses data type defined in stdint.h, but that header was
not included.

omap_drm.h includes drm.h as a local file when it is part of the
compiler c flags.

This two issues are fixed. New code can include omap_drm.h alone.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: Rob Clark <rob@ti.com>
omap/omap_drm.h