mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
backout a change that should not have crept in
This commit is contained in:
parent
736a911f22
commit
bcdb2347c5
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ void i915_gem_context_fini(struct drm_device *dev)
|
|||
do_destroy(dev_priv->rings[RCS].default_context);
|
||||
}
|
||||
|
||||
static int context_idr_cleanup(int id, void *p, void *data)
|
||||
static int context_idr_cleanup(uint32_t id, void *p, void *data)
|
||||
{
|
||||
struct i915_hw_context *ctx = p;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue