From patchwork Sun May 8 23:30:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ide: Use linux/mutex.h Date: Sun, 08 May 2011 13:30:17 -0000 From: Anton Blanchard X-Patchwork-Id: 94723 Message-Id: <20110509093017.20f00c35@kryten> To: davem@davemloft.net Cc: linux-ide@vger.kernel.org The IDE code is still including asm/mutex.h instead of linux/mutex.h Signed-off-by: Anton Blanchard --- -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 #include #include +#include #ifdef CONFIG_BLK_DEV_IDEACPI #include #endif #include #include #include -#include /* for request_sense */ #include