* [PATCH] ide: Use linux/mutex.h
@ 2011-05-08 23:30 Anton Blanchard
2011-05-08 23:42 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2011-05-08 23:30 UTC (permalink / raw)
To: davem; +Cc: linux-ide
The IDE code is still including asm/mutex.h instead of linux/mutex.h
Signed-off-by: Anton Blanchard <anton@samba.org>
---
Index: linux-2.6-work/include/linux/ide.h
===================================================================
--- linux-2.6-work.orig/include/linux/ide.h 2011-04-22 14:53:07.079941198 +1000
+++ linux-2.6-work/include/linux/ide.h 2011-05-04 14:53:32.215007829 +1000
@@ -18,13 +18,13 @@
#include <linux/pci.h>
#include <linux/completion.h>
#include <linux/pm.h>
+#include <linux/mutex.h>
#ifdef CONFIG_BLK_DEV_IDEACPI
#include <acpi/acpi.h>
#endif
#include <asm/byteorder.h>
#include <asm/system.h>
#include <asm/io.h>
-#include <asm/mutex.h>
/* for request_sense */
#include <linux/cdrom.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-08 23:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 23:30 [PATCH] ide: Use linux/mutex.h Anton Blanchard
2011-05-08 23:42 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox