diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-15 16:15:04 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-15 16:15:04 +1000 |
commit | 222092a1a810b67b014ad6881f0c028ec6563329 (patch) | |
tree | ad9bc36fcb4352f6957e05f858fcfbbad049803a /linux-core/drm_stub.c | |
parent | 75b01cf996f2efdd72c5280238460443d5d1fbc7 (diff) |
various fixes from trying to get userspace started
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r-- | linux-core/drm_stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c index 801dab098..334c8f030 100644 --- a/linux-core/drm_stub.c +++ b/linux-core/drm_stub.c @@ -152,6 +152,7 @@ static int drm_fill_in_dev(struct drm_device * dev, struct pci_dev *pdev, INIT_LIST_HEAD(&dev->ctxlist); INIT_LIST_HEAD(&dev->vmalist); INIT_LIST_HEAD(&dev->maplist); + INIT_LIST_HEAD(&dev->filelist); spin_lock_init(&dev->count_lock); spin_lock_init(&dev->drw_lock); |