mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.5.24+ Exports needed for modular IDE build
@ 2002-07-22 20:44 Christopher Hoover
  0 siblings, 0 replies; only message in thread
From: Christopher Hoover @ 2002-07-22 20:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: ch

--- 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-22 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-22 20:44 [PATCH] 2.5.24+ Exports needed for modular IDE build Christopher Hoover

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®