diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2008-04-27 09:38:34 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:34 -0400 |
commit | fd0949e6e84e4e1649d8ea7367e78e72f59bb19f (patch) | |
tree | 02036179f546b483630a144234dd65d94ec143da /include/linux/ide.h | |
parent | 19ba7b8f35116dfafcb02bdb745d5015d97d9cb6 (diff) |
ide: remove now unused ide_pci_create_host_proc()
It creates files in proc with obsoleted ->get_info interface.
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 772228cf7115..32fd77bb4436 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -705,10 +705,6 @@ void ide_add_generic_settings(ide_drive_t *); | |||
705 | read_proc_t proc_ide_read_capacity; | 705 | read_proc_t proc_ide_read_capacity; |
706 | read_proc_t proc_ide_read_geometry; | 706 | read_proc_t proc_ide_read_geometry; |
707 | 707 | ||
708 | #ifdef CONFIG_BLK_DEV_IDEPCI | ||
709 | void ide_pci_create_host_proc(const char *, get_info_t *); | ||
710 | #endif | ||
711 | |||
712 | /* | 708 | /* |
713 | * Standard exit stuff: | 709 | * Standard exit stuff: |
714 | */ | 710 | */ |