Skip to content

Commit

Permalink
powerpc/5121: move fsl-diu-fb.h to include/linux
Browse files Browse the repository at this point in the history
Some DIU structures will be used in platform code in
subsequent MPC5121 DIU patch, so we move this header
to be able to include it elsewhere.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Anatolij Gustschin authored and Grant Likely committed Aug 1, 2010
1 parent 0d9dab3 commit 0814a97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fsl-diu-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <linux/of_platform.h>

#include <sysdev/fsl_soc.h>
#include "fsl-diu-fb.h"
#include <linux/fsl-diu-fb.h>

/*
* These parameters give default parameters
Expand Down
File renamed without changes.

0 comments on commit 0814a97

Please sign in to comment.