Skip to content

Commit

Permalink
video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
Browse files Browse the repository at this point in the history
With the conversion to devicetree only for arch-vt8500, this
header is no longer required. This patch removes the #include
from the two framebuffer drivers that used it, and the header file.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Reviewed-by: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tony Prisk authored and Tomi Valkeinen committed Apr 4, 2013
1 parent 18a434b commit 3af4ae1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
2 changes: 0 additions & 2 deletions drivers/video/vt8500lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <linux/platform_device.h>
#include <linux/wait.h>

#include <linux/platform_data/video-vt8500lcdfb.h>

#include "vt8500lcdfb.h"
#include "wmt_ge_rops.h"

Expand Down
2 changes: 0 additions & 2 deletions drivers/video/wm8505fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include <linux/of_fdt.h>
#include <linux/memblock.h>

#include <linux/platform_data/video-vt8500lcdfb.h>

#include "wm8505fb_regs.h"
#include "wmt_ge_rops.h"

Expand Down
31 changes: 0 additions & 31 deletions include/linux/platform_data/video-vt8500lcdfb.h

This file was deleted.

0 comments on commit 3af4ae1

Please sign in to comment.