diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-09 17:07:56 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-11-09 17:07:56 -0500 |
commit | e851b620e775c9f0e00b1c7e35072d6b98097cb9 (patch) | |
tree | e00b56c73a6a4d6bfbde39bf7f7aa5ac43fe7185 /drivers/ide/ide-iops.c | |
parent | 83ae20c849f1bff32100fa8584408dca99ce4a62 (diff) |
[PATCH] ide: possible cleanups
This patch contains the following possible cleanups:
- pci/cy82c693.c: make a needlessly global function static
- remove the following unneeded EXPORT_SYMBOL's:
- ide-taskfile.c: do_rw_taskfile
- ide-iops.c: default_hwif_iops
- ide-iops.c: default_hwif_transport
- ide-iops.c: wait_for_ready
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-iops.c')
-rw-r--r-- | drivers/ide/ide-iops.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 0b0aa4f51628..af7af958ab3e 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c | |||
@@ -104,8 +104,6 @@ void default_hwif_iops (ide_hwif_t *hwif) | |||
104 | hwif->INSL = ide_insl; | 104 | hwif->INSL = ide_insl; |
105 | } | 105 | } |
106 | 106 | ||
107 | EXPORT_SYMBOL(default_hwif_iops); | ||
108 | |||
109 | /* | 107 | /* |
110 | * MMIO operations, typically used for SATA controllers | 108 | * MMIO operations, typically used for SATA controllers |
111 | */ | 109 | */ |
@@ -329,8 +327,6 @@ void default_hwif_transport(ide_hwif_t *hwif) | |||
329 | hwif->atapi_output_bytes = atapi_output_bytes; | 327 | hwif->atapi_output_bytes = atapi_output_bytes; |
330 | } | 328 | } |
331 | 329 | ||
332 | EXPORT_SYMBOL(default_hwif_transport); | ||
333 | |||
334 | /* | 330 | /* |
335 | * Beginning of Taskfile OPCODE Library and feature sets. | 331 | * Beginning of Taskfile OPCODE Library and feature sets. |
336 | */ | 332 | */ |
@@ -529,8 +525,6 @@ int wait_for_ready (ide_drive_t *drive, int timeout) | |||
529 | return 0; | 525 | return 0; |
530 | } | 526 | } |
531 | 527 | ||
532 | EXPORT_SYMBOL(wait_for_ready); | ||
533 | |||
534 | /* | 528 | /* |
535 | * This routine busy-waits for the drive status to be not "busy". | 529 | * This routine busy-waits for the drive status to be not "busy". |
536 | * It then checks the status for all of the "good" bits and none | 530 | * It then checks the status for all of the "good" bits and none |