summaryrefslogtreecommitdiffstats
path: root/drivers/video/vt8500lcdfb.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-02-13 15:31:38 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-04-17 08:10:19 +0300
commitf7018c21350204c4cf628462f229d44d03545254 (patch)
tree408787177164cf51cc06f7aabdb04fcff8d2b6aa /drivers/video/vt8500lcdfb.h
parentc26ef3eb3c11274bad1b64498d0a134f85755250 (diff)
downloadop-kernel-dev-f7018c21350204c4cf628462f229d44d03545254.zip
op-kernel-dev-f7018c21350204c4cf628462f229d44d03545254.tar.gz
video: move fbdev to drivers/video/fbdev
The drivers/video directory is a mess. It contains generic video related files, directories for backlight, console, linux logo, lots of fbdev device drivers, fbdev framework files. Make some order into the chaos by creating drivers/video/fbdev directory, and move all fbdev related files there. No functionality is changed, although I guess it is possible that some subtle Makefile build order related issue could be created by this patch. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Rob Clark <robdclark@gmail.com> Acked-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/video/vt8500lcdfb.h')
-rw-r--r--drivers/video/vt8500lcdfb.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/drivers/video/vt8500lcdfb.h b/drivers/video/vt8500lcdfb.h
deleted file mode 100644
index 36ca3ca..0000000
--- a/drivers/video/vt8500lcdfb.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * linux/drivers/video/vt8500lcdfb.h
- *
- * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com>
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-struct vt8500lcd_info {
- struct fb_info fb;
- void __iomem *regbase;
- void __iomem *palette_cpu;
- dma_addr_t palette_phys;
- size_t palette_size;
- wait_queue_head_t wait;
-};
-
-static int bpp_values[] = {
- 1,
- 2,
- 4,
- 8,
- 12,
- 16,
- 18,
- 24,
-};
OpenPOWER on IntegriCloud