Re: [PATCH] drivers/pcmcia/soc_common.c: convertsoc_pcmcia_sockets_lock in a mutex

From: Daniel Walker
Date: Fri Mar 07 2008 - 16:38:19 EST



On Fri, 2008-03-07 at 19:37 +0100, Matthias Kaehlcke wrote:
> extern struct list_head soc_pcmcia_sockets;
> -extern struct semaphore soc_pcmcia_sockets_lock;
> +extern struct mutex soc_pcmcia_sockets_lock;

If it's extern'ed I wonder where else it's getting used? If it's not
used anyplace else, may as werll remove the extern and make it static ..

Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/