gma500: gem_glue: add missing include
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 8 Mar 2012 16:03:19 +0000 (16:03 +0000)
committerDave Airlie <airlied@redhat.com>
Sat, 10 Mar 2012 13:05:56 +0000 (13:05 +0000)
commita58df0ade953f19cbadb520ea3628436c3f3ee7a
tree7c66413d899c8e4573ea83144f39b7b78f406f81
parent89f58dcdf997ee2133f3d5b1d91697887c2345a3
gma500: gem_glue: add missing include

It fixes W=1 warnings:

drivers/gpu/drm/gma500/gem_glue.c:23:6: warning: no previous prototype for ‘drm_gem_object_release_wrap’ [-Wmissing-prototypes]
drivers/gpu/drm/gma500/gem_glue.c:44:5: warning: no previous prototype for ‘gem_create_mmap_offset’ [-Wmissing-prototypes]

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/gem_glue.c