|
@@ -2104,12 +2104,12 @@ void i915_update_dri1_breadcrumb(struct drm_device *dev);
|
|
|
extern void i915_kernel_lost_context(struct drm_device * dev);
|
|
|
extern int i915_driver_load(struct drm_device *, unsigned long flags);
|
|
|
extern int i915_driver_unload(struct drm_device *);
|
|
|
-extern int i915_driver_open(struct drm_device *dev, struct drm_file *file_priv);
|
|
|
+extern int i915_driver_open(struct drm_device *dev, struct drm_file *file);
|
|
|
extern void i915_driver_lastclose(struct drm_device * dev);
|
|
|
extern void i915_driver_preclose(struct drm_device *dev,
|
|
|
- struct drm_file *file_priv);
|
|
|
+ struct drm_file *file);
|
|
|
extern void i915_driver_postclose(struct drm_device *dev,
|
|
|
- struct drm_file *file_priv);
|
|
|
+ struct drm_file *file);
|
|
|
extern int i915_driver_device_is_agp(struct drm_device * dev);
|
|
|
#ifdef CONFIG_COMPAT
|
|
|
extern long i915_compat_ioctl(struct file *filp, unsigned int cmd,
|