]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/gpu/drm/drm_flip_work.c
drm/core: get rid of -Iinclude/drm
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 13 May 2015 07:56:01 +0000 (09:56 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 13 May 2015 09:28:22 +0000 (11:28 +0200)
commitf9be5f20115441488c8ef1391ef70b681135f0ad
tree658a1dda29c51e4c4303638f0cc0a75d78f49f3c
parentb588c92b66c52b6dca293ce554878e8af8fb58cb
drm/core: 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/Makefile
drivers/gpu/drm/drm_flip_work.c