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

omapfb: move vrfb into omapfb

VRFB is only used by omapfb, so we can move it under omapfb's directory.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>

+4 -5
-3
drivers/video/fbdev/omap2/Kconfig
··· 1 - config OMAP2_VRFB 2 - bool 3 - 4 1 if ARCH_OMAP2PLUS 5 2 6 3 source "drivers/video/fbdev/omap2/dss/Kconfig"
-2
drivers/video/fbdev/omap2/Makefile
··· 1 - obj-$(CONFIG_OMAP2_VRFB) += vrfb.o 2 - 3 1 obj-y += dss/ 4 2 obj-y += displays-new/ 5 3 obj-y += omapfb/
+3
drivers/video/fbdev/omap2/omapfb/Kconfig
··· 1 + config OMAP2_VRFB 2 + bool 3 + 1 4 menuconfig FB_OMAP2 2 5 tristate "OMAP2+ frame buffer support" 3 6 depends on FB
+1
drivers/video/fbdev/omap2/omapfb/Makefile
··· 1 + obj-$(CONFIG_OMAP2_VRFB) += vrfb.o 1 2 obj-y += dss/ 2 3 obj-y += displays/ 3 4 obj-$(CONFIG_FB_OMAP2) += omapfb.o
drivers/video/fbdev/omap2/vrfb.c drivers/video/fbdev/omap2/omapfb/vrfb.c