From: Anton Blanchard Date: Sun, 8 May 2011 23:41:45 +0000 (-0700) Subject: ide: Use linux/mutex.h X-Git-Tag: upstream/snapshot3+hdmi~10365^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=245e37182b7dead255bdc9e333e0bcc128360675;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ide: Use linux/mutex.h The IDE code is still including asm/mutex.h instead of linux/mutex.h Signed-off-by: Anton Blanchard Signed-off-by: David S. Miller --- diff --git a/include/linux/ide.h b/include/linux/ide.h index 072fe8c..4255785 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -18,13 +18,13 @@ #include #include #include +#include #ifdef CONFIG_BLK_DEV_IDEACPI #include #endif #include #include #include -#include /* for request_sense */ #include