From: Kirill A. Shutemov Date: Thu, 8 Mar 2012 16:03:19 +0000 (+0000) Subject: gma500: gem_glue: add missing include X-Git-Tag: v3.4-rc1~143^2~62^2~34 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a58df0ade953f19cbadb520ea3628436c3f3ee7a;p=~emulex%2Finfiniband.git 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 Signed-off-by: Alan Cox Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/gma500/gem_glue.c b/drivers/gpu/drm/gma500/gem_glue.c index daac1212065..3c17634f606 100644 --- a/drivers/gpu/drm/gma500/gem_glue.c +++ b/drivers/gpu/drm/gma500/gem_glue.c @@ -19,6 +19,7 @@ #include #include +#include "gem_glue.h" void drm_gem_object_release_wrap(struct drm_gem_object *obj) {