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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index ba51a93fa547..488808891acb 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1120,8 +1120,8 @@ struct ide_driver_s {
1120 void (*resume)(ide_drive_t *); 1120 void (*resume)(ide_drive_t *);
1121 void (*shutdown)(ide_drive_t *); 1121 void (*shutdown)(ide_drive_t *);
1122#ifdef CONFIG_IDE_PROC_FS 1122#ifdef CONFIG_IDE_PROC_FS
1123 ide_proc_entry_t *proc; 1123 ide_proc_entry_t * (*proc_entries)(ide_drive_t *);
1124 const struct ide_proc_devset *settings; 1124 const struct ide_proc_devset * (*proc_devsets)(ide_drive_t *);
1125#endif 1125#endif
1126}; 1126};
1127 1127