]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_notifier.c
drm/nouveau: remove dev_priv->init_state and friends
[net-next-2.6.git] / drivers / gpu / drm / nouveau / nouveau_notifier.c
index 32f7fbd7484de9c5fe01a06b00e32582cce80354..3ec181ff50cea7a45b22a28a6ed43857b2a841cb 100644 (file)
@@ -184,7 +184,6 @@ nouveau_ioctl_notifier_alloc(struct drm_device *dev, void *data,
        struct nouveau_channel *chan;
        int ret;
 
-       NOUVEAU_CHECK_INITIALISED_WITH_RETURN;
        NOUVEAU_GET_USER_CHANNEL_WITH_RETURN(na->channel, file_priv, chan);
 
        ret = nouveau_notifier_alloc(chan, na->handle, na->size, &na->offset);