* [PATCH 2/2] ide: remove now unused ide_pci_create_host_proc()
@ 2008-04-02 16:45 Alexey Dobriyan
2008-04-03 22:04 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2008-04-02 16:45 UTC (permalink / raw)
To: akpm, bzolnier; +Cc: linux-kernel, devel
It creates files in proc with obsoleted ->get_info interface.
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
---
drivers/ide/ide-proc.c | 8 --------
include/linux/ide.h | 4 ----
2 files changed, 12 deletions(-)
--- a/drivers/ide/ide-proc.c
+++ b/drivers/ide/ide-proc.c
@@ -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) {
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -695,10 +695,6 @@ void ide_add_generic_settings(ide_drive_t *);
read_proc_t proc_ide_read_capacity;
read_proc_t proc_ide_read_geometry;
-#ifdef CONFIG_BLK_DEV_IDEPCI
-void ide_pci_create_host_proc(const char *, get_info_t *);
-#endif
-
/*
* Standard exit stuff:
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] ide: remove now unused ide_pci_create_host_proc()
2008-04-02 16:45 [PATCH 2/2] ide: remove now unused ide_pci_create_host_proc() Alexey Dobriyan
@ 2008-04-03 22:04 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-04-03 22:04 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: akpm, linux-kernel, devel
On Wednesday 02 April 2008, Alexey Dobriyan wrote:
> It creates files in proc with obsoleted ->get_info interface.
>
> Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-03 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 16:45 [PATCH 2/2] ide: remove now unused ide_pci_create_host_proc() Alexey Dobriyan
2008-04-03 22:04 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).