aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-05-17 17:22:18 +0200
committerWolfram Sang <wsa@the-dreams.de>2017-08-13 16:07:17 +0200
commit0a1c7959acd9674a0e4e59f911f3e5fbf25fd693 (patch)
tree8fb370bc0ad459f9b9911eecf195a2ab9a2695c5 /drivers/gpu/drm/gma500
parentdt-bindings: i2c: sh_mobile: Document r8a7743/5 support (diff)
downloadlinux-dev-0a1c7959acd9674a0e4e59f911f3e5fbf25fd693.tar.xz
linux-dev-0a1c7959acd9674a0e4e59f911f3e5fbf25fd693.zip
gpu: drm: tc35876x: move header file out of I2C realm
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500')
-rw-r--r--drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c b/drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c
index 771ff66711af..37c997e24b9e 100644
--- a/drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c
+++ b/drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c
@@ -26,7 +26,7 @@
#include "mdfld_output.h"
#include "mdfld_dsi_pkg_sender.h"
#include "tc35876x-dsi-lvds.h"
-#include <linux/i2c/tc35876x.h>
+#include <linux/platform_data/tc35876x.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/intel_scu_ipc.h>