Re: [PATCH 05/12] ieee1394 : Use mutex instead of semaphore in drivercore

From: Stefan Richter
Date: Sat Dec 29 2007 - 06:43:38 EST


Dave Young wrote:
> --- linux/drivers/ieee1394/nodemgr.c 2007-12-28 10:11:14.000000000 +0800
> +++ linux.new/drivers/ieee1394/nodemgr.c 2007-12-28 10:16:59.000000000 +0800
> @@ -18,8 +18,8 @@
> #include <linux/moduleparam.h>
> #include <linux/mutex.h>
> #include <linux/freezer.h>
> +#include <linux/mutex.h>
> #include <asm/atomic.h>
> -#include <asm/semaphore.h>

linux/mutex.h would be included twice.

ACK to the rest of this part of the series.
--
Stefan Richter
-=====-=-=== ==-- ===-=
http://arcgraph.de/sr/
--
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/