From e79b2aabfe4f9b4e2978ef68cb00894a224363a8 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Mon, 3 Jul 2006 12:02:37 -0400 Subject: [PATCH] --- yaml --- r: 37273 b: refs/heads/master c: 3c6c65f5ed5a6d307bd607aecd06d658c0934d88 h: refs/heads/master i: 37271: a31cd7bc4274e8c49610501b2b8505d748ec2373 v: v3 --- [refs] | 2 +- trunk/drivers/ieee1394/hosts.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a6cebd648bac..f210ed2b2208 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cab8d154e2ed43fe1495aa0e18103e747552891b +refs/heads/master: 3c6c65f5ed5a6d307bd607aecd06d658c0934d88 diff --git a/trunk/drivers/ieee1394/hosts.c b/trunk/drivers/ieee1394/hosts.c index 2c669287f5bd..3ed56be8706c 100644 --- a/trunk/drivers/ieee1394/hosts.c +++ b/trunk/drivers/ieee1394/hosts.c @@ -90,6 +90,8 @@ static int alloc_hostnum_cb(struct hpsb_host *host, void *__data) return 0; } +static DEFINE_MUTEX(host_num_alloc); + /** * hpsb_alloc_host - allocate a new host controller. * @drv: the driver that will manage the host controller @@ -105,8 +107,6 @@ static int alloc_hostnum_cb(struct hpsb_host *host, void *__data) * Return Value: a pointer to the &hpsb_host if successful, %NULL if * no memory was available. */ -static DEFINE_MUTEX(host_num_alloc); - struct hpsb_host *hpsb_alloc_host(struct hpsb_host_driver *drv, size_t extra, struct device *dev) {