nouveau: fix warning.
authorJeremy Kolb <jkolb@brandeis.edu>
Sun, 14 Oct 2007 14:56:31 +0000 (10:56 -0400)
committerJeremy Kolb <jkolb@brandeis.edu>
Sun, 14 Oct 2007 14:56:31 +0000 (10:56 -0400)
shared-core/nouveau_notifier.c

index c361bc690a40b775fb7e79a99acb3f4dffacc4f9..31e2b244e425d573b0bcf996fe01c570baaaa15a 100644 (file)
@@ -33,7 +33,6 @@ int
 nouveau_notifier_init_channel(struct nouveau_channel *chan)
 {
        struct drm_device *dev = chan->dev;
-       struct drm_nouveau_private *dev_priv = dev->dev_private;
        int flags, ret;
 
        flags = (NOUVEAU_MEM_PCI | NOUVEAU_MEM_MAPPED |