Skip to content

Commit

Permalink
platinumfb: Use linux/of_{device,platform}.h instead of asm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Jun 9, 2008
1 parent c401b04 commit cec0dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/platinumfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cec0dd9

Please sign in to comment.