diff options
| author | 2008-04-18 00:46:21 +0200 | |
|---|---|---|
| committer | 2008-04-18 00:46:21 +0200 | |
| commit | 4f0eee4d877e3b617b6a22d209d52b3dfca2b2a7 (patch) | |
| tree | 87603afcdc56a97b0a32e7d1fab2ea588fc36da4 /include/linux/ide.h | |
| parent | ide: fix ide_find_port() (diff) | |
| download | linux-dev-4f0eee4d877e3b617b6a22d209d52b3dfca2b2a7.tar.xz linux-dev-4f0eee4d877e3b617b6a22d209d52b3dfca2b2a7.zip | |
ide: use ide_find_port() instead of ide_deprecated_find_port()
* Use ide_find_port() instead of ide_deprecated_find_port() in bast-ide/
palm_bk3710/ide-cs/delkin_cb host drivers and in ide_register_hw().
* Remove no longer needed ide_deprecated_find_port().
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 43d2968a4e13..1b423958a894 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -186,7 +186,6 @@ typedef struct hw_regs_s { } hw_regs_t; struct hwif_s * ide_find_port(unsigned long); -struct hwif_s *ide_deprecated_find_port(unsigned long); void ide_init_port_data(struct hwif_s *, unsigned int); void ide_init_port_hw(struct hwif_s *, hw_regs_t *); |
