]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/drm/drm.h
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
[mirror_ubuntu-artful-kernel.git] / include / drm / drm.h
index e51035a3757f476cf4775d91ce5c7e57f53c5222..1e3481edf0622b970477c823f8d2bd10ab959696 100644 (file)
@@ -628,7 +628,7 @@ struct drm_prime_handle {
        __s32 fd;
 };
 
-#include "drm_mode.h"
+#include <drm/drm_mode.h>
 
 #define DRM_IOCTL_BASE                 'd'
 #define DRM_IO(nr)                     _IO(DRM_IOCTL_BASE,nr)