backout a change that should not have crept in

This commit is contained in:
Baptiste Daroussin 2015-08-26 22:00:40 +00:00
parent 736a911f22
commit bcdb2347c5

View File

@ -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;