diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-09 17:18:52 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-13 11:52:41 +0400 |
commit | 966458f89d84ef5792893a01e2b7a5218c7b311d (patch) | |
tree | d27045d92cb47341508f03e9e9f0740187c815c9 /drivers/video/omap2/Makefile | |
parent | b022e17b1c7ec43f435fb568d38e888c65d6d77e (diff) | |
download | linux-966458f89d84ef5792893a01e2b7a5218c7b311d.tar.xz |
OMAP: remove vram allocator
OMAP specific vram allocator is no longer in use, and we can remove all
the vram code.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/Makefile')
-rw-r--r-- | drivers/video/omap2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/Makefile b/drivers/video/omap2/Makefile index 5ddef129f798..5ea7cb9aed17 100644 --- a/drivers/video/omap2/Makefile +++ b/drivers/video/omap2/Makefile @@ -1,4 +1,3 @@ -obj-$(CONFIG_OMAP2_VRAM) += vram.o obj-$(CONFIG_OMAP2_VRFB) += vrfb.o obj-$(CONFIG_OMAP2_DSS) += dss/ |