|
@@ -786,14 +786,6 @@ void ide_proc_register_port(ide_hwif_t *hwif)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_BLK_DEV_IDEPCI
|
|
|
-void ide_pci_create_host_proc(const char *name, get_info_t *get_info)
|
|
|
-{
|
|
|
- create_proc_info_entry(name, 0, proc_ide_root, get_info);
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(ide_pci_create_host_proc);
|
|
|
-#endif
|
|
|
-
|
|
|
void ide_proc_unregister_port(ide_hwif_t *hwif)
|
|
|
{
|
|
|
if (hwif->proc) {
|