mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] microblaze: Fixup function of/address cleaning
@ 2010-08-16  8:31 Michal Simek
  2010-08-16  8:31 ` [PATCH] microblaze: Fix of/address: Merge all of the bus translation code Michal Simek
  2010-08-16 20:48 ` [PATCH] microblaze: Fixup function of/address cleaning Grant Likely
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Simek @ 2010-08-16  8:31 UTC (permalink / raw)
  To: glikely; +Cc: linux-kernel, Michal Simek

Commit 22ae782f86b726f9cea752c0f269ff6dcdf2f6e1
anccidentaly removed linux/of_address.h header.

Signed-off-by: Michal Simek <monstr@monstr.eu>
---
 arch/microblaze/include/asm/prom.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h
index 5012b22..66894b5 100644
--- a/arch/microblaze/include/asm/prom.h
+++ b/arch/microblaze/include/asm/prom.h
@@ -22,7 +22,6 @@
 #include <linux/types.h>
 #include <asm/irq.h>
 #include <asm/atomic.h>
-#include <linux/of_address.h>
 
 #define HAVE_ARCH_DEVTREE_FIXUPS
 
@@ -90,6 +89,7 @@ extern int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq);
  * by this file, but there are a bunch of .c files that currently depend
  * on it.  Eventually they will be cleaned up. */
 #include <linux/of_fdt.h>
+#include <linux/of_address.h>
 #include <linux/of_irq.h>
 #include <linux/platform_device.h>
 
-- 
1.5.5.6


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-17  5:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-16  8:31 [PATCH] microblaze: Fixup function of/address cleaning Michal Simek
2010-08-16  8:31 ` [PATCH] microblaze: Fix of/address: Merge all of the bus translation code Michal Simek
2010-08-16  8:31   ` [PATCH] microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_node Michal Simek
2010-08-16 20:33   ` [PATCH] microblaze: Fix of/address: Merge all of the bus translation code Grant Likely
2010-08-16 20:48 ` [PATCH] microblaze: Fixup function of/address cleaning Grant Likely
2010-08-17  5:30   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®