UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[linux-2.6-block.git] / drivers / gpu / drm / i915 / intel_bios.h
index 31c2107e7825fe8b3ac4b201bb2128edc5a9b5ac..36e57f9343735644d7c8e0079f06d86ca22499f7 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef _I830_BIOS_H_
 #define _I830_BIOS_H_
 
-#include "drmP.h"
+#include <drm/drmP.h>
 
 struct vbt_header {
        u8 signature[20];               /**< Always starts with 'VBT$' */