Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

OMAP: DSS2: Move panel-generic-dpi.h to include/video/

arch/arm/plat-omap/include/plat/panel-generic-dpi.h is an include for
the OMAP DSS panel driver for generic DPI displays. A more logical place
for it is in include/video.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

+14 -14
+1 -1
arch/arm/mach-omap2/board-3430sdp.c
··· 38 38 #include <plat/dma.h> 39 39 #include <plat/gpmc.h> 40 40 #include <video/omapdss.h> 41 - #include <plat/panel-generic-dpi.h> 41 + #include <video/omap-panel-generic-dpi.h> 42 42 43 43 #include <plat/gpmc-smc91x.h> 44 44
+1 -1
arch/arm/mach-omap2/board-am3517evm.c
··· 35 35 #include <plat/common.h> 36 36 #include <plat/usb.h> 37 37 #include <video/omapdss.h> 38 - #include <plat/panel-generic-dpi.h> 38 + #include <video/omap-panel-generic-dpi.h> 39 39 40 40 #include "mux.h" 41 41 #include "control.h"
+1 -1
arch/arm/mach-omap2/board-cm-t35.c
··· 46 46 #include <plat/gpmc.h> 47 47 #include <plat/usb.h> 48 48 #include <video/omapdss.h> 49 - #include <plat/panel-generic-dpi.h> 49 + #include <video/omap-panel-generic-dpi.h> 50 50 #include <plat/mcspi.h> 51 51 52 52 #include <mach/hardware.h>
+1 -1
arch/arm/mach-omap2/board-devkit8000.c
··· 46 46 #include <plat/nand.h> 47 47 #include <plat/usb.h> 48 48 #include <video/omapdss.h> 49 - #include <plat/panel-generic-dpi.h> 49 + #include <video/omap-panel-generic-dpi.h> 50 50 51 51 #include <plat/mcspi.h> 52 52 #include <linux/input/matrix_keypad.h>
+1 -1
arch/arm/mach-omap2/board-igep0020.c
··· 32 32 #include <plat/gpmc.h> 33 33 #include <plat/usb.h> 34 34 #include <video/omapdss.h> 35 - #include <plat/panel-generic-dpi.h> 35 + #include <video/omap-panel-generic-dpi.h> 36 36 #include <plat/onenand.h> 37 37 38 38 #include "mux.h"
+1 -1
arch/arm/mach-omap2/board-omap3beagle.c
··· 42 42 #include <plat/board.h> 43 43 #include <plat/common.h> 44 44 #include <video/omapdss.h> 45 - #include <plat/panel-generic-dpi.h> 45 + #include <video/omap-panel-generic-dpi.h> 46 46 #include <plat/gpmc.h> 47 47 #include <plat/nand.h> 48 48 #include <plat/usb.h>
+1 -1
arch/arm/mach-omap2/board-omap3evm.c
··· 45 45 #include <plat/common.h> 46 46 #include <plat/mcspi.h> 47 47 #include <video/omapdss.h> 48 - #include <plat/panel-generic-dpi.h> 48 + #include <video/omap-panel-generic-dpi.h> 49 49 50 50 #include "mux.h" 51 51 #include "sdram-micron-mt46h32m32lf-6.h"
+1 -1
arch/arm/mach-omap2/board-omap3stalker.c
··· 40 40 #include <plat/nand.h> 41 41 #include <plat/usb.h> 42 42 #include <video/omapdss.h> 43 - #include <plat/panel-generic-dpi.h> 43 + #include <video/omap-panel-generic-dpi.h> 44 44 45 45 #include <plat/mcspi.h> 46 46 #include <linux/input/matrix_keypad.h>
+1 -1
arch/arm/mach-omap2/board-omap4panda.c
··· 40 40 #include <plat/common.h> 41 41 #include <plat/usb.h> 42 42 #include <plat/mmc.h> 43 - #include <plat/panel-generic-dpi.h> 43 + #include <video/omap-panel-generic-dpi.h> 44 44 #include "timer-gp.h" 45 45 46 46 #include "hsmmc.h"
+1 -1
arch/arm/mach-omap2/board-overo.c
··· 44 44 #include <plat/board.h> 45 45 #include <plat/common.h> 46 46 #include <video/omapdss.h> 47 - #include <plat/panel-generic-dpi.h> 47 + #include <video/omap-panel-generic-dpi.h> 48 48 #include <mach/gpio.h> 49 49 #include <plat/gpmc.h> 50 50 #include <mach/hardware.h>
+3 -3
arch/arm/plat-omap/include/plat/panel-generic-dpi.h include/video/omap-panel-generic-dpi.h
··· 17 17 * this program. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 20 - #ifndef __ARCH_ARM_PLAT_OMAP_PANEL_GENERIC_DPI_H 21 - #define __ARCH_ARM_PLAT_OMAP_PANEL_GENERIC_DPI_H 20 + #ifndef __OMAP_PANEL_GENERIC_DPI_H 21 + #define __OMAP_PANEL_GENERIC_DPI_H 22 22 23 23 struct omap_dss_device; 24 24 ··· 34 34 void (*platform_disable)(struct omap_dss_device *dssdev); 35 35 }; 36 36 37 - #endif /* __ARCH_ARM_PLAT_OMAP_PANEL_GENERIC_DPI_H */ 37 + #endif /* __OMAP_PANEL_GENERIC_DPI_H */
+1 -1
drivers/video/omap2/displays/panel-generic-dpi.c
··· 35 35 #include <linux/slab.h> 36 36 #include <video/omapdss.h> 37 37 38 - #include <plat/panel-generic-dpi.h> 38 + #include <video/omap-panel-generic-dpi.h> 39 39 40 40 struct panel_config { 41 41 struct omap_video_timings timings;