Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93759
b: refs/heads/master
c: fd0949e
h: refs/heads/master
i:
  93757: fcb3cdc
  93755: 583c1fb
  93751: 7e21d4f
  93743: 719e1ff
  93727: cdad212
  93695: 9ee7fd4
v: v3
  • Loading branch information
Alexey Dobriyan authored and Bartlomiej Zolnierkiewicz committed Apr 27, 2008
1 parent 0da5711 commit d726aaa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19ba7b8f35116dfafcb02bdb745d5015d97d9cb6
refs/heads/master: fd0949e6e84e4e1649d8ea7367e78e72f59bb19f
8 changes: 0 additions & 8 deletions trunk/drivers/ide/ide-proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*/
Expand Down

0 comments on commit d726aaa

Please sign in to comment.