[PATCH] 2.5.24+ Exports needed for modular IDE build

From: Christopher Hoover (ch@hpl.hp.com)
Date: Mon Jul 22 2002 - 15:44:09 EST


--- 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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:40 EST