]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: get rid of -Iinclude/drm
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 13 May 2015 07:56:00 +0000 (09:56 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 13 May 2015 09:28:21 +0000 (11:28 +0200)
commitb588c92b66c52b6dca293ce554878e8af8fb58cb
treee1bda0c23fe6fc83b51f113e237d39c04962c36a
parent4c18d3010bb722e6ab7d0b80fcf78dd6f95a5a15
drm/i915: get rid of -Iinclude/drm

This results in a warning when building out of tree:
"cc1: warning: include/drm: No such file or directory [enabled by default]"

Most code already uses #include <drm/foo.h> correctly, so fix the
instances that don't.

Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/i915_gem_userptr.c