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@xxxxxxx> --- drivers/video/fsl-diu-fb.c | 2 +- {drivers/video => include/linux}/fsl-diu-fb.h | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename {drivers/video => include/linux}/fsl-diu-fb.h (100%) diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fsl-diu-fb.c index ee15a99..7acdc09 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 diff --git a/drivers/video/fsl-diu-fb.h b/include/linux/fsl-diu-fb.h similarity index 100% rename from drivers/video/fsl-diu-fb.h rename to include/linux/fsl-diu-fb.h -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html