diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-23 02:30:04 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-05-23 03:26:58 +0300 |
commit | 8fd708157a592a376c4d0b3b2ba23b9e9f79caa5 (patch) | |
tree | c5617ab3db96b51aff72ec5009bd3a750678a966 /include | |
parent | 0d846a4cbbcbf81e527542d15e165b8f774bace5 (diff) | |
download | linux-8fd708157a592a376c4d0b3b2ba23b9e9f79caa5.tar.xz |
Input: tsc2007 - 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: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/tsc2007.h (renamed from include/linux/i2c/tsc2007.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c/tsc2007.h b/include/linux/platform_data/tsc2007.h index 4f35b6ad3889..c2d3aa1dadd4 100644 --- a/include/linux/i2c/tsc2007.h +++ b/include/linux/platform_data/tsc2007.h @@ -1,7 +1,7 @@ #ifndef __LINUX_I2C_TSC2007_H #define __LINUX_I2C_TSC2007_H -/* linux/i2c/tsc2007.h */ +/* linux/platform_data/tsc2007.h */ struct tsc2007_platform_data { u16 model; /* 2007. */ |