From 816a2917099b3ff214dc357c5b41984f34902cf3 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Fri, 29 Oct 2004 17:09:54 +0000 Subject: Switch SPIN_LOCK_UNLOCKED to spin_lock_init() --- linux-core/drm_stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/drm_stub.c') diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c index aaad3bb6..207189f1 100644 --- a/linux-core/drm_stub.c +++ b/linux-core/drm_stub.c @@ -60,7 +60,7 @@ static int fill_in_dev(drm_device_t * dev, struct pci_dev *pdev, { int retcode; - dev->count_lock = SPIN_LOCK_UNLOCKED; + spin_lock_init(&dev->count_lock); init_timer(&dev->timer); sema_init(&dev->struct_sem, 1); sema_init(&dev->ctxlist_sem, 1); -- cgit v1.2.3