OSDN Git Service

omapfb: move vrfb into omapfb
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Dec 2015 17:57:28 +0000 (19:57 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 29 Dec 2015 09:07:47 +0000 (11:07 +0200)
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>
drivers/video/fbdev/omap2/Kconfig
drivers/video/fbdev/omap2/Makefile
drivers/video/fbdev/omap2/omapfb/Kconfig
drivers/video/fbdev/omap2/omapfb/Makefile
drivers/video/fbdev/omap2/omapfb/vrfb.c [moved from drivers/video/fbdev/omap2/vrfb.c with 100% similarity]

index c22955d..7fbdb58 100644 (file)
@@ -1,6 +1,3 @@
-config OMAP2_VRFB
-       bool
-
 if ARCH_OMAP2PLUS
 
 source "drivers/video/fbdev/omap2/dss/Kconfig"
index c73a1e8..a52b716 100644 (file)
@@ -1,5 +1,3 @@
-obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
-
 obj-y += dss/
 obj-y += displays-new/
 obj-y += omapfb/
index 13d99a9..e6226ae 100644 (file)
@@ -1,3 +1,6 @@
+config OMAP2_VRFB
+       bool
+
 menuconfig FB_OMAP2
         tristate "OMAP2+ frame buffer support"
         depends on FB
index 0490951..ad68ecf 100644 (file)
@@ -1,3 +1,4 @@
+obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
 obj-y += dss/
 obj-y += displays/
 obj-$(CONFIG_FB_OMAP2) += omapfb.o