aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 16ae68857f57..b6546f442fa4 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -25,6 +25,7 @@
25#include <asm/system.h> 25#include <asm/system.h>
26#include <asm/io.h> 26#include <asm/io.h>
27#include <asm/semaphore.h> 27#include <asm/semaphore.h>
28#include <asm/mutex.h>
28 29
29/****************************************************************************** 30/******************************************************************************
30 * IDE driver configuration options (play with these as desired): 31 * IDE driver configuration options (play with these as desired):
@@ -863,7 +864,7 @@ typedef struct hwgroup_s {
863 864
864typedef struct ide_driver_s ide_driver_t; 865typedef struct ide_driver_s ide_driver_t;
865 866
866extern struct semaphore ide_setting_sem; 867extern struct mutex ide_setting_mtx;
867 868
868int set_io_32bit(ide_drive_t *, int); 869int set_io_32bit(ide_drive_t *, int);
869int set_pio_mode(ide_drive_t *, int); 870int set_pio_mode(ide_drive_t *, int);