]> err.no Git - linux-2.6/blobdiff - drivers/serial/mpc52xx_uart.c
Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi...
[linux-2.6] / drivers / serial / mpc52xx_uart.c
index ec36ad78d2fe042aafa149eac1ed3a65d3ace527..7e3ba8b455a82a061b01b88d02345a9e8623a3a1 100644 (file)
@@ -72,7 +72,8 @@
 #include <asm/io.h>
 
 #if defined(CONFIG_PPC_MERGE)
-#include <asm/of_platform.h>
+#include <linux/of.h>
+#include <linux/of_platform.h>
 #else
 #include <linux/platform_device.h>
 #endif