]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.6-sparc-ksyms.patch
+CONFIG_IP_NF_MATCH_LAYER7=m
[packages/kernel.git] / linux-2.6-sparc-ksyms.patch
1 --- linux-2.6.7/arch/sparc/kernel/sparc_ksyms.c.orig    2004-07-10 09:36:21.000000000 +0000
2 +++ linux-2.6.7/arch/sparc/kernel/sparc_ksyms.c 2004-07-10 13:48:28.000000000 +0000
3 @@ -215,9 +215,10 @@
4  EXPORT_SYMBOL(pci_dma_sync_sg_for_cpu);
5  EXPORT_SYMBOL(pci_dma_sync_sg_for_device);
6  /* Actually, ioremap/iounmap are not PCI specific. But it is ok for drivers. */
7 +#endif
8 +/* or not? not all MTD drivers depend on PCI */
9  EXPORT_SYMBOL(ioremap);
10  EXPORT_SYMBOL(iounmap);
11 -#endif
12  
13  /* in arch/sparc/mm/highmem.c */
14  #ifdef CONFIG_HIGHMEM
15 @@ -253,9 +254,13 @@
16  EXPORT_SYMBOL(prom_getint);
17  EXPORT_SYMBOL(prom_getintdefault);
18  EXPORT_SYMBOL(prom_finddevice);
19 +EXPORT_SYMBOL(prom_halt);
20 +EXPORT_SYMBOL(prom_printf);
21 +EXPORT_SYMBOL(prom_apply_generic_ranges);
22  EXPORT_SYMBOL(romvec);
23  EXPORT_SYMBOL(__prom_getchild);
24  EXPORT_SYMBOL(__prom_getsibling);
25 +EXPORT_SYMBOL(sun_do_break);
26  
27  /* sparc library symbols */
28  EXPORT_SYMBOL(bcopy);
This page took 0.033217 seconds and 3 git commands to generate.