UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[deliverable/linux.git] / drivers / gpu / drm / i915 / dvo.h
index e72aac6c59fdbbda748cb3659101d6c82219d68b..573de82c9f5a55b970ef5f44eabf9875e00e2651 100644 (file)
@@ -24,8 +24,8 @@
 #define _INTEL_DVO_H
 
 #include <linux/i2c.h>
-#include "drmP.h"
-#include "drm_crtc.h"
+#include <drm/drmP.h>
+#include <drm/drm_crtc.h>
 #include "intel_drv.h"
 
 struct intel_dvo_device {
This page took 0.049527 seconds and 5 git commands to generate.