From: Anatolij Gustschin Date: Fri, 23 Jul 2010 04:00:36 +0000 (+0000) Subject: powerpc/5121: move fsl-diu-fb.h to include/linux X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0814a979a64a5ae61c7567496d090e204ecabd2b;p=linux-beck.git 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 Acked-by: Timur Tabi Signed-off-by: Grant Likely --- 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 #include -#include "fsl-diu-fb.h" +#include /* * 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