diff options
author | Thierry Reding <treding@nvidia.com> | 2014-12-18 17:11:47 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-01-28 08:45:39 +0100 |
commit | d6e8d3bc34358c9b5c81786f6ac5c1ab96a62de6 (patch) | |
tree | 94f3980d9490b1b893d2f819e9934fd8b369e667 /drivers/gpu/drm/panel | |
parent | ee920bca27da6c33de6ee73de7b34dee0298f703 (diff) | |
download | op-kernel-dev-d6e8d3bc34358c9b5c81786f6ac5c1ab96a62de6.zip op-kernel-dev-d6e8d3bc34358c9b5c81786f6ac5c1ab96a62de6.tar.gz |
drm/panel: sharp: lq101r1sx01: Remove unneeded include
Nothing in the file needs symbols from include/linux/host1x.h, so remove
the include.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r-- | drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c b/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c index 745ceb1..3cce3ca 100644 --- a/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c +++ b/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c @@ -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 */ |