diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-17 17:22:18 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-08-13 16:07:17 +0200 |
commit | 0a1c7959acd9674a0e4e59f911f3e5fbf25fd693 (patch) | |
tree | 8fb370bc0ad459f9b9911eecf195a2ab9a2695c5 /arch/x86/platform | |
parent | 6c448f04c83713c49be7baf341ed6a04d7493a15 (diff) | |
download | linux-0a1c7959acd9674a0e4e59f911f3e5fbf25fd693.tar.gz linux-0a1c7959acd9674a0e4e59f911f3e5fbf25fd693.tar.bz2 linux-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 'arch/x86/platform')
-rw-r--r-- | arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c b/arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c index b1526b95fd43..2905376559f1 100644 --- a/arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c +++ b/arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c @@ -11,7 +11,7 @@ */ #include <linux/gpio.h> -#include <linux/i2c/tc35876x.h> +#include <linux/platform_data/tc35876x.h> #include <asm/intel-mid.h> /*tc35876x DSI_LVDS bridge chip and panel platform data*/ |