From d726aaab424aa3585be83f446e197c94ff53237d Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Sun, 27 Apr 2008 15:38:34 +0200 Subject: [PATCH] --- yaml --- r: 93759 b: refs/heads/master c: fd0949e6e84e4e1649d8ea7367e78e72f59bb19f h: refs/heads/master i: 93757: fcb3cdce25dbf775505c3c7c8c620395ed071d63 93755: 583c1fb2e2aa677dc01285e61c38594f314abef2 93751: 7e21d4faa60e0553b498d38dbdc0b4f7d82d7ea3 93743: 719e1ff6f9cb6e2491ddf0c70498b6bf29028233 93727: cdad2122470d3f99da985935ab07257892cd7552 93695: 9ee7fd477d35fed49a048d7c21435f08bea6278d v: v3 --- [refs] | 2 +- trunk/drivers/ide/ide-proc.c | 8 -------- trunk/include/linux/ide.h | 4 ---- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/[refs] b/[refs] index bef00d365c8f..eab3ec33b424 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19ba7b8f35116dfafcb02bdb745d5015d97d9cb6 +refs/heads/master: fd0949e6e84e4e1649d8ea7367e78e72f59bb19f diff --git a/trunk/drivers/ide/ide-proc.c b/trunk/drivers/ide/ide-proc.c index d9d98ac85b29..7b2f3815a838 100644 --- a/trunk/drivers/ide/ide-proc.c +++ b/trunk/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) { diff --git a/trunk/include/linux/ide.h b/trunk/include/linux/ide.h index 772228cf7115..32fd77bb4436 100644 --- a/trunk/include/linux/ide.h +++ b/trunk/include/linux/ide.h @@ -705,10 +705,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: */