diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_bios.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_bios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h index 31c2107e7825..36e57f934373 100644 --- a/drivers/gpu/drm/i915/intel_bios.h +++ b/drivers/gpu/drm/i915/intel_bios.h | |||
@@ -28,7 +28,7 @@ | |||
28 | #ifndef _I830_BIOS_H_ | 28 | #ifndef _I830_BIOS_H_ |
29 | #define _I830_BIOS_H_ | 29 | #define _I830_BIOS_H_ |
30 | 30 | ||
31 | #include "drmP.h" | 31 | #include <drm/drmP.h> |
32 | 32 | ||
33 | struct vbt_header { | 33 | struct vbt_header { |
34 | u8 signature[20]; /**< Always starts with 'VBT$' */ | 34 | u8 signature[20]; /**< Always starts with 'VBT$' */ |