diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 16:39:58 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-09 13:46:38 +1000 |
commit | cec0dd94cf2628d5ba184e725f02be061e7bb014 (patch) | |
tree | 797f88ca5132b53bc474e36554738cf285d83aae /drivers/video | |
parent | c401b0445649d8a7e3e43fee915ec9aa6149a1b9 (diff) | |
download | op-kernel-dev-cec0dd94cf2628d5ba184e725f02be061e7bb014.zip op-kernel-dev-cec0dd94cf2628d5ba184e725f02be061e7bb014.tar.gz |
platinumfb: Use linux/of_{device,platform}.h instead of asm
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/platinumfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c index cbe71a5..03b3670 100644 --- a/drivers/video/platinumfb.c +++ b/drivers/video/platinumfb.c @@ -31,11 +31,11 @@ #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" |