aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index d7c0f9a8bd9e..ce9b16f38c08 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1201,7 +1201,7 @@ void ide_unregister_region(struct gendisk *);
1201 1201
1202void ide_undecoded_slave(ide_drive_t *); 1202void ide_undecoded_slave(ide_drive_t *);
1203 1203
1204int ide_device_add_all(u8 idx[MAX_HWIFS]); 1204int ide_device_add_all(u8 *idx);
1205int ide_device_add(u8 idx[4]); 1205int ide_device_add(u8 idx[4]);
1206 1206
1207static inline void *ide_get_hwifdata (ide_hwif_t * hwif) 1207static inline void *ide_get_hwifdata (ide_hwif_t * hwif)