Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: davem@davemloft.net
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] ide: Use linux/mutex.h
Date: Mon, 9 May 2011 09:30:17 +1000	[thread overview]
Message-ID: <20110509093017.20f00c35@kryten> (raw)


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>

             reply	other threads:[~2011-05-08 23:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-08 23:30 Anton Blanchard [this message]
2011-05-08 23:42 ` [PATCH] ide: Use linux/mutex.h David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110509093017.20f00c35@kryten \
    --to=anton@samba.org \
    --cc=davem@davemloft.net \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox