The patch removes three unneeded EXPORT_SYMBOL's. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- drivers/ide/ide-iops.c | 4 ---- drivers/ide/ide-taskfile.c | 2 -- 2 files changed, 6 deletions(-) --- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-iops.c.old 2005-02-05 02:54:15.000000000 +0100 +++ linux-2.6.11-rc3-mm1-full/drivers/ide/ide-iops.c 2005-02-05 02:55:21.000000000 +0100 @@ -104,8 +104,6 @@ hwif->INSL = ide_insl; } -EXPORT_SYMBOL(default_hwif_iops); - /* * MMIO operations, typically used for SATA controllers */ @@ -329,8 +327,6 @@ hwif->atapi_output_bytes = atapi_output_bytes; } -EXPORT_SYMBOL(default_hwif_transport); - /* * Beginning of Taskfile OPCODE Library and feature sets. */ --- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-taskfile.c.old 2005-02-05 02:57:03.000000000 +0100 +++ linux-2.6.11-rc3-mm1-full/drivers/ide/ide-taskfile.c 2005-02-05 02:57:12.000000000 +0100 @@ -161,8 +161,6 @@ return ide_stopped; } -EXPORT_SYMBOL(do_rw_taskfile); - /* * set_multmode_intr() is invoked on completion of a WIN_SETMULT cmd. */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/