drm/panel: sharp: lq101r1sx01: Remove unneeded include
authorThierry Reding <treding@nvidia.com>
Thu, 18 Dec 2014 16:11:47 +0000 (17:11 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 28 Jan 2015 07:45:39 +0000 (08:45 +0100)
Nothing in the file needs symbols from include/linux/host1x.h, so remove
the include.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c

index 745ceb1ef36ecdf563e03e6ba0cacf8fd2f8e1a3..3cce3ca19601ed5999c045df23fc47ff40462c28 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <video/mipi_display.h>
 
-#include <linux/host1x.h>
-
 struct sharp_panel {
        struct drm_panel base;
        /* the datasheet refers to them as DSI-LINK1 and DSI-LINK2 */
This page took 0.034835 seconds and 5 git commands to generate.