]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
platinumfb: Use linux/of_{device,platform}.h instead of asm
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 23 May 2008 06:39:58 +0000 (16:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jun 2008 03:46:38 +0000 (13:46 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/video/platinumfb.c

index cbe71a5338d0db2956e04919d62201ca59a47348..03b3670130a0d16b81c6f2d6d7d73e0462d91522 100644 (file)
 #include <linux/fb.h>
 #include <linux/init.h>
 #include <linux/nvram.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
 #include <asm/io.h>
 #include <asm/prom.h>
 #include <asm/pgtable.h>
-#include <asm/of_device.h>
-#include <asm/of_platform.h>
 
 #include "macmodes.h"
 #include "platinumfb.h"