of/address: Use propper endianess in get_flags
[deliverable/linux.git] / arch / powerpc / include / asm / prom.h
index ae26f2efd089c80d92f0c9b50ea434dd43464f91..ab34f6072095cbb48bb43b7fe8922de3f8b5566b 100644 (file)
@@ -42,7 +42,7 @@ extern void pci_create_OF_bus_map(void);
 
 /* Translate a DMA address from device space to CPU space */
 extern u64 of_translate_dma_address(struct device_node *dev,
-                                   const u32 *in_addr);
+                                   const __be32 *in_addr);
 
 #ifdef CONFIG_PCI
 extern unsigned long pci_address_to_pio(phys_addr_t address);
This page took 0.044717 seconds and 5 git commands to generate.