diff options
author | Robert Noland <rnoland@2hip.net> | 2007-12-01 16:35:48 -0500 |
---|---|---|
committer | Robert Noland <rnoland@2hip.net> | 2007-12-01 16:35:48 -0500 |
commit | e6ca3f5754d649b6290ea017f815aeb18d565718 (patch) | |
tree | b755d67b91e464b852271d76eaa2d64e7388fb48 | |
parent | 0c3e5261b63f6a642f4c62d287e56a52954c2b06 (diff) |
bsd: Fix typo in i915_drv.c
-rw-r--r-- | bsd-core/i915_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/i915_drv.c b/bsd-core/i915_drv.c index d42b2076..89a1eb70 100644 --- a/bsd-core/i915_drv.c +++ b/bsd-core/i915_drv.c @@ -46,7 +46,7 @@ static void i915_configure(drm_device_t *dev) dev->driver.load = i915_driver_load; dev->driver.preclose = i915_driver_preclose; dev->driver.lastclose = i915_driver_lastclose; - dev->driver.device_is_agp = i915_driver_device_is_agp, + dev->driver.device_is_agp = i915_driver_device_is_agp; dev->driver.vblank_wait = i915_driver_vblank_wait; dev->driver.irq_preinstall = i915_driver_irq_preinstall; dev->driver.irq_postinstall = i915_driver_irq_postinstall; |