aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index e33e307d9410..70209148ef59 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -715,6 +715,7 @@ typedef struct {
715void proc_ide_create(void); 715void proc_ide_create(void);
716void proc_ide_destroy(void); 716void proc_ide_destroy(void);
717void ide_proc_register_port(ide_hwif_t *); 717void ide_proc_register_port(ide_hwif_t *);
718void ide_proc_port_register_devices(ide_hwif_t *);
718void ide_proc_unregister_port(ide_hwif_t *); 719void ide_proc_unregister_port(ide_hwif_t *);
719void ide_proc_register_driver(ide_drive_t *, ide_driver_t *); 720void ide_proc_register_driver(ide_drive_t *, ide_driver_t *);
720void ide_proc_unregister_driver(ide_drive_t *, ide_driver_t *); 721void ide_proc_unregister_driver(ide_drive_t *, ide_driver_t *);
@@ -747,6 +748,7 @@ void ide_pci_create_host_proc(const char *, get_info_t *);
747static inline void proc_ide_create(void) { ; } 748static inline void proc_ide_create(void) { ; }
748static inline void proc_ide_destroy(void) { ; } 749static inline void proc_ide_destroy(void) { ; }
749static inline void ide_proc_register_port(ide_hwif_t *hwif) { ; } 750static inline void ide_proc_register_port(ide_hwif_t *hwif) { ; }
751static inline void ide_proc_port_register_devices(ide_hwif_t *hwif) { ; }
750static inline void ide_proc_unregister_port(ide_hwif_t *hwif) { ; } 752static inline void ide_proc_unregister_port(ide_hwif_t *hwif) { ; }
751static inline void ide_proc_register_driver(ide_drive_t *drive, ide_driver_t *driver) { ; } 753static inline void ide_proc_register_driver(ide_drive_t *drive, ide_driver_t *driver) { ; }
752static inline void ide_proc_unregister_driver(ide_drive_t *drive, ide_driver_t *driver) { ; } 754static inline void ide_proc_unregister_driver(ide_drive_t *drive, ide_driver_t *driver) { ; }