aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/i915_drv.h')
-rw-r--r--sys/dev/drm/i915_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h
index 38ae374b3411..f52ab50e47fe 100644
--- a/sys/dev/drm/i915_drv.h
+++ b/sys/dev/drm/i915_drv.h
@@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#ifndef _I915_DRV_H_
#define _I915_DRV_H_
+#include "dev/drm/drm_mm.h"
#include "dev/drm/i915_reg.h"
/* General customization:
@@ -236,9 +237,8 @@ typedef struct drm_i915_private {
u8 saveCR[37];
struct {
-#ifdef __linux__
struct drm_mm gtt_space;
-#endif
+
/**
* List of objects currently involved in rendering from the
* ringbuffer.