aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r--drivers/ide/ide.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index 132b504168e9..7e9575d1aee3 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -276,8 +276,6 @@ void ide_unregister(ide_hwif_t *hwif)
276 mutex_unlock(&ide_cfg_mtx); 276 mutex_unlock(&ide_cfg_mtx);
277} 277}
278 278
279EXPORT_SYMBOL(ide_unregister);
280
281void ide_init_port_hw(ide_hwif_t *hwif, hw_regs_t *hw) 279void ide_init_port_hw(ide_hwif_t *hwif, hw_regs_t *hw)
282{ 280{
283 memcpy(&hwif->io_ports, &hw->io_ports, sizeof(hwif->io_ports)); 281 memcpy(&hwif->io_ports, &hw->io_ports, sizeof(hwif->io_ports));