[PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm

Benjamin Herrenschmidt benh at kernel.crashing.org
Fri May 23 22:20:23 EST 2008


On Fri, 2008-05-23 at 16:39 +1000, Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>

Acked-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>

> ---
>  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"
> -- 
> 1.5.5.1
> 




More information about the Linuxppc-dev mailing list