Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13677
b: refs/heads/master
c: e851b62
h: refs/heads/master
i:
  13675: 9147244
v: v3
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Nov 9, 2005
1 parent 06dd9e0 commit a31a84a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 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: 83ae20c849f1bff32100fa8584408dca99ce4a62
refs/heads/master: e851b620e775c9f0e00b1c7e35072d6b98097cb9
6 changes: 0 additions & 6 deletions trunk/drivers/ide/ide-iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ void default_hwif_iops (ide_hwif_t *hwif)
hwif->INSL = ide_insl;
}

EXPORT_SYMBOL(default_hwif_iops);

/*
* MMIO operations, typically used for SATA controllers
*/
Expand Down Expand Up @@ -329,8 +327,6 @@ void default_hwif_transport(ide_hwif_t *hwif)
hwif->atapi_output_bytes = atapi_output_bytes;
}

EXPORT_SYMBOL(default_hwif_transport);

/*
* Beginning of Taskfile OPCODE Library and feature sets.
*/
Expand Down Expand Up @@ -529,8 +525,6 @@ int wait_for_ready (ide_drive_t *drive, int timeout)
return 0;
}

EXPORT_SYMBOL(wait_for_ready);

/*
* This routine busy-waits for the drive status to be not "busy".
* It then checks the status for all of the "good" bits and none
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/ide/ide-taskfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ ide_startstop_t do_rw_taskfile (ide_drive_t *drive, ide_task_t *task)
return ide_stopped;
}

EXPORT_SYMBOL(do_rw_taskfile);

/*
* set_multmode_intr() is invoked on completion of a WIN_SETMULT cmd.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pci/cy82c693.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static void __devinit init_hwif_cy82c693(ide_hwif_t *hwif)

static __devinitdata ide_hwif_t *primary;

void __devinit init_iops_cy82c693(ide_hwif_t *hwif)
static void __devinit init_iops_cy82c693(ide_hwif_t *hwif)
{
if (PCI_FUNC(hwif->pci_dev->devfn) == 1)
primary = hwif;
Expand Down

0 comments on commit a31a84a

Please sign in to comment.