diff options
author | Stefan Agner <stefan@agner.ch> | 2016-03-08 21:34:04 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-03-08 21:51:10 +0300 |
commit | 4774f400935fbb44a25f5e8fd5c5583431e28ac1 (patch) | |
tree | 657ed1110320ca33ac3ab33073e30e8bffcae5e4 /include | |
parent | cd1480ae4dd0bbfd3d7339d00c3573e4c64ebbd5 (diff) | |
download | linux-4774f400935fbb44a25f5e8fd5c5583431e28ac1.tar.xz |
Input: ad7879 - move header to platform_data directory
The header file is used by the SPI and I2C variant of the driver.
Therefore, move it to a more generic place under platform_data.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/ad7879.h (renamed from include/linux/spi/ad7879.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/ad7879.h b/include/linux/platform_data/ad7879.h index 58368be0b4c0..69e2e1fd2bc8 100644 --- a/include/linux/spi/ad7879.h +++ b/include/linux/platform_data/ad7879.h @@ -1,4 +1,4 @@ -/* linux/spi/ad7879.h */ +/* linux/platform_data/ad7879.h */ /* Touchscreen characteristics vary between boards and models. The * platform_data for the device's "struct device" holds this information. |