diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-02-22 16:22:51 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-03-19 10:19:11 +1000 |
commit | a247fca8ba5759979607a514dbda4e4a63676889 (patch) | |
tree | 2e766f87982f7cd48a64d443d2096c1651fa8cf9 | |
parent | 567128211511fcf3d20ccb22e65bc48508514e7a (diff) |
nouveau: remove unused field from nouveau_bo
-rw-r--r-- | nouveau/nouveau_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nouveau/nouveau_private.h b/nouveau/nouveau_private.h index c08fa384..5a952f73 100644 --- a/nouveau/nouveau_private.h +++ b/nouveau/nouveau_private.h @@ -118,7 +118,6 @@ struct nouveau_bo_priv { void *map; /* Last known information from kernel on buffer status */ - int pinned; uint64_t offset; uint32_t domain; }; |