diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 02:39:58 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-08 23:46:38 -0400 |
commit | cec0dd94cf2628d5ba184e725f02be061e7bb014 (patch) | |
tree | 797f88ca5132b53bc474e36554738cf285d83aae /drivers/video/platinumfb.c | |
parent | c401b0445649d8a7e3e43fee915ec9aa6149a1b9 (diff) |
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/platinumfb.c')
-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 cbe71a5338d0..03b3670130a0 100644 --- a/drivers/video/platinumfb.c +++ b/drivers/video/platinumfb.c | |||
@@ -31,11 +31,11 @@ | |||
31 | #include <linux/fb.h> | 31 | #include <linux/fb.h> |
32 | #include <linux/init.h> | 32 | #include <linux/init.h> |
33 | #include <linux/nvram.h> | 33 | #include <linux/nvram.h> |
34 | #include <linux/of_device.h> | ||
35 | #include <linux/of_platform.h> | ||
34 | #include <asm/io.h> | 36 | #include <asm/io.h> |
35 | #include <asm/prom.h> | 37 | #include <asm/prom.h> |
36 | #include <asm/pgtable.h> | 38 | #include <asm/pgtable.h> |
37 | #include <asm/of_device.h> | ||
38 | #include <asm/of_platform.h> | ||
39 | 39 | ||
40 | #include "macmodes.h" | 40 | #include "macmodes.h" |
41 | #include "platinumfb.h" | 41 | #include "platinumfb.h" |