Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 245e3718 authored by Anton Blanchard's avatar Anton Blanchard Committed by David S. Miller
Browse files

ide: Use linux/mutex.h



The IDE code is still including asm/mutex.h instead of linux/mutex.h

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f17bfe79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>