lkml.org 
[lkml]   [2002]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Fix modular ide unresolved dependences
This patch is adding 2 SYMBOL_EXPORT to device.c, needed by modular 
ide_disk

Witold Krecicki
--- linux-2.5.24/drivers/ide/device.c~ Tue Jun 25 21:26:56 2002
+++ linux-2.5.24/drivers/ide/device.c Tue Jun 25 21:26:56 2002
@@ -79,6 +79,8 @@
ch->maskproc(drive);
}

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

+EXPORT_SYMBOL(ata_out_regfile);
+
/*
* Input a complete register file.
*/
\
 
 \ /
  Last update: 2005-03-22 13:27    [W:0.040 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site