[PATCH] ppc64dlpar_io module - review request

Anton Blanchard anton at samba.org
Thu Oct 23 22:57:29 EST 2003


Hi John,

> @@ -138,6 +138,9 @@
>  EXPORT_SYMBOL(pci_unmap_sg);
>  EXPORT_SYMBOL(pci_domain_nr);
>  EXPORT_SYMBOL(pcibios_fixup_device_resources);
> +EXPORT_SYMBOL(pcibios_fixup_bus);
> +EXPORT_SYMBOL(remap_bus_range);
> +EXPORT_SYMBOL(unmap_bus_range);
>  EXPORT_SYMBOL(pci_read_irq_line);
>  #ifdef CONFIG_PPC_ISERIES
>  EXPORT_SYMBOL(iSeries_GetLocationData);
> @@ -190,6 +193,7 @@
>  EXPORT_SYMBOL(machine_is_compatible);
>  EXPORT_SYMBOL(find_all_nodes);
>  EXPORT_SYMBOL(get_property);
> +EXPORT_SYMBOL(of_find_node_by_type);

Looks good. A small thing, but you can put those EXPORT_SYMBOLs right
below their functions. Im hoping we can kill off ppc_ksyms.c one day.

Anton

** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc64-dev mailing list