2002-07-22 20:41:04

by Christopher Hoover

[permalink] [raw]
Subject: [PATCH] 2.5.24+ Exports needed for modular IDE build

--- linux-2.5.24-rmk1/drivers/ide/device.c Thu Jun 20 15:53:50 2002
+++ linux-2.5.24-rmk1-ch2/drivers/ide/device.c Fri Jul 12 14:28:05 2002
@@ -79,6 +79,8 @@
ch->maskproc(drive);
}

+EXPORT_SYMBOL(ata_mask);
+
/*
* Spin until the drive is no longer busy.
*
@@ -231,6 +233,8 @@
OUT_BYTE(rf->low_cylinder, ch->io_ports[IDE_LCYL_OFFSET]);
OUT_BYTE(rf->high_cylinder, ch->io_ports[IDE_HCYL_OFFSET]);
}
+
+EXPORT_SYMBOL(ata_out_regfile);

/*
* Input a complete register file.