]> git.pld-linux.org Git - packages/kernel.git/blame - patch-ide_exports
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / patch-ide_exports
CommitLineData
94b7e843 1--- linux-2.5.24/drivers/ide/device.c~ Tue Jun 25 21:26:56 2002
2+++ linux-2.5.24/drivers/ide/device.c Tue Jun 25 21:26:56 2002
3@@ -79,6 +79,8 @@
4 ch->maskproc(drive);
5 }
6
7+EXPORT_SYMBOL(ata_mask);
8+
9 /*
10 * Spin until the drive is no longer busy.
11 *
12@@ -232,6 +234,8 @@
13 OUT_BYTE(rf->high_cylinder, ch->io_ports[IDE_HCYL_OFFSET]);
14 }
15
16+EXPORT_SYMBOL(ata_out_regfile);
17+
18 /*
19 * Input a complete register file.
20 */
This page took 0.754214 seconds and 4 git commands to generate.