Merge branch 'linus' into perf/urgent
[cascardo/linux.git] / arch / microblaze / include / asm / prom.h
index f05bedc..2f03ac8 100644 (file)
@@ -16,8 +16,6 @@
 
 #include <linux/of.h>
 
-#define HAVE_ARCH_DEVTREE_FIXUPS
-
 /* Other Prototypes */
 enum early_consoles {
        UARTLITE = 1,
@@ -26,13 +24,4 @@ enum early_consoles {
 
 extern int of_early_console(void *version);
 
-/*
- * OF address retreival & translation
- */
-
-#ifdef CONFIG_PCI
-extern unsigned long pci_address_to_pio(phys_addr_t address);
-#define pci_address_to_pio pci_address_to_pio
-#endif /* CONFIG_PCI */
-
 #endif /* _ASM_MICROBLAZE_PROM_H */