summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/i915/gt/agp_intel_gtt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/gt/agp_intel_gtt.c b/sys/dev/pci/drm/i915/gt/agp_intel_gtt.c
index 0e02d264eff..3477cfc74dd 100644
--- a/sys/dev/pci/drm/i915/gt/agp_intel_gtt.c
+++ b/sys/dev/pci/drm/i915/gt/agp_intel_gtt.c
@@ -156,7 +156,7 @@ intel_gtt_chipset_setup(struct drm_device *dev)
}
int
-intel_enable_gtt()
+intel_enable_gtt(void)
{
struct inteldrm_softc *dev_priv = (void *)inteldrm_cd.cd_devs[0];