Skip to content

Commit

Permalink
gma500: gem_glue: add missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed Mar 10, 2012
1 parent 89f58dc commit a58df0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/gma500/gem_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <drm/drmP.h>
#include <drm/drm.h>
#include "gem_glue.h"

void drm_gem_object_release_wrap(struct drm_gem_object *obj)
{
Expand Down

0 comments on commit a58df0a

Please sign in to comment.