UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / gpu / drm / ati_pcigart.c
index 9afe495c12c7a40b8d58001757ea1ac6e947a938..c399dea27a3b0e2b74913a7369075070cf4d720e 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include <linux/export.h>
-#include "drmP.h"
+#include <drm/drmP.h>
 
 # define ATI_PCIGART_PAGE_SIZE         4096    /**< PCI GART page size */