Skip to content
Snippets Groups Projects
Commit cec0dd94 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

platinumfb: Use linux/of_{device,platform}.h instead of asm

parent c401b044
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,11 @@ ...@@ -31,11 +31,11 @@
#include <linux/fb.h> #include <linux/fb.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/nvram.h> #include <linux/nvram.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/of_device.h>
#include <asm/of_platform.h>
#include "macmodes.h" #include "macmodes.h"
#include "platinumfb.h" #include "platinumfb.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment