diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 1b423958a894..f9449ecd79d9 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -690,6 +690,7 @@ void proc_ide_create(void); | |||
690 | void proc_ide_destroy(void); | 690 | void proc_ide_destroy(void); |
691 | void ide_proc_register_port(ide_hwif_t *); | 691 | void ide_proc_register_port(ide_hwif_t *); |
692 | void ide_proc_port_register_devices(ide_hwif_t *); | 692 | void ide_proc_port_register_devices(ide_hwif_t *); |
693 | void ide_proc_unregister_device(ide_drive_t *); | ||
693 | void ide_proc_unregister_port(ide_hwif_t *); | 694 | void ide_proc_unregister_port(ide_hwif_t *); |
694 | void ide_proc_register_driver(ide_drive_t *, ide_driver_t *); | 695 | void ide_proc_register_driver(ide_drive_t *, ide_driver_t *); |
695 | void ide_proc_unregister_driver(ide_drive_t *, ide_driver_t *); | 696 | void ide_proc_unregister_driver(ide_drive_t *, ide_driver_t *); |
@@ -723,6 +724,7 @@ static inline void proc_ide_create(void) { ; } | |||
723 | static inline void proc_ide_destroy(void) { ; } | 724 | static inline void proc_ide_destroy(void) { ; } |
724 | static inline void ide_proc_register_port(ide_hwif_t *hwif) { ; } | 725 | static inline void ide_proc_register_port(ide_hwif_t *hwif) { ; } |
725 | static inline void ide_proc_port_register_devices(ide_hwif_t *hwif) { ; } | 726 | static inline void ide_proc_port_register_devices(ide_hwif_t *hwif) { ; } |
727 | static inline void ide_proc_unregister_device(ide_drive_t *drive) { ; } | ||
726 | static inline void ide_proc_unregister_port(ide_hwif_t *hwif) { ; } | 728 | static inline void ide_proc_unregister_port(ide_hwif_t *hwif) { ; } |
727 | static inline void ide_proc_register_driver(ide_drive_t *drive, ide_driver_t *driver) { ; } | 729 | static inline void ide_proc_register_driver(ide_drive_t *drive, ide_driver_t *driver) { ; } |
728 | static inline void ide_proc_unregister_driver(ide_drive_t *drive, ide_driver_t *driver) { ; } | 730 | static inline void ide_proc_unregister_driver(ide_drive_t *drive, ide_driver_t *driver) { ; } |