Re: [patch 16/19] mutex subsystem, semaphore to completion: SX8

From: Nick Piggin
Date: Tue Jan 03 2006 - 07:21:42 EST


Ingo Molnar wrote:
From: Steven Rostedt <rostedt@xxxxxxxxxxx>

change SX8 semaphores to completions.

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>

----

drivers/block/sx8.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)

Index: linux/drivers/block/sx8.c
===================================================================
--- linux.orig/drivers/block/sx8.c
+++ linux/drivers/block/sx8.c
@@ -27,6 +27,7 @@
#include <linux/time.h>
#include <linux/hdreg.h>
#include <linux/dma-mapping.h>
+#include <linux/completion.h>
#include <asm/io.h>
#include <asm/semaphore.h>

These patches should remove the asm/semaphore.h when appropriate too.
At a glance, this looks like one such case.

Also, these aren't really part of a mutex subsystem patch series are
they?

--
SUSE Labs, Novell Inc.

Send instant messages to your online friends http://au.messenger.yahoo.com -
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/