diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-07-23 06:00:36 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-08-02 01:06:44 +0200 |
commit | 0814a979a64a5ae61c7567496d090e204ecabd2b (patch) | |
tree | 061c8fdd9c03333754c8f1d54dcc8cf5630f192c /drivers/video/fsl-diu-fb.c | |
parent | powerpc/5121: fsl-diu-fb: fix issue with re-enabling DIU area descriptor (diff) | |
download | linux-0814a979a64a5ae61c7567496d090e204ecabd2b.tar.xz linux-0814a979a64a5ae61c7567496d090e204ecabd2b.zip |
powerpc/5121: move fsl-diu-fb.h to include/linux
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>
Diffstat (limited to 'drivers/video/fsl-diu-fb.c')
-rw-r--r-- | drivers/video/fsl-diu-fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fsl-diu-fb.c index 9b8c99111221..48905d5f4e8d 100644 --- a/drivers/video/fsl-diu-fb.c +++ b/drivers/video/fsl-diu-fb.c @@ -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 |