UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[deliverable/linux.git] / drivers / gpu / drm / ttm / ttm_lock.c
index 075daf44bce406516b2b6e1f3b2ce905b2cd97f2..3daa9a3930b810c5adaf310a3dbea89e0e73343d 100644 (file)
@@ -28,8 +28,8 @@
  * Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
  */
 
-#include "ttm/ttm_lock.h"
-#include "ttm/ttm_module.h"
+#include <drm/ttm/ttm_lock.h>
+#include <drm/ttm/ttm_module.h>
 #include <linux/atomic.h>
 #include <linux/errno.h>
 #include <linux/wait.h>
This page took 0.026599 seconds and 5 git commands to generate.