diff options
author | Jeremy Kolb <jkolb@brandeis.edu> | 2007-10-14 10:56:31 -0400 |
---|---|---|
committer | Jeremy Kolb <jkolb@brandeis.edu> | 2007-10-14 10:56:31 -0400 |
commit | 837e364353b3137ce87b5cce9c06f05a3d603201 (patch) | |
tree | 627216925d9dcb410c92a12473f5a5cb68f221a3 | |
parent | 811e43f9e27abdf4c8a4b36c7c287e53134fc950 (diff) |
nouveau: fix warning.
-rw-r--r-- | shared-core/nouveau_notifier.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/nouveau_notifier.c b/shared-core/nouveau_notifier.c index c361bc69..31e2b244 100644 --- a/shared-core/nouveau_notifier.c +++ b/shared-core/nouveau_notifier.c @@ -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 | |