diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-04-19 22:00:11 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-05-17 16:27:58 +0200 |
commit | e5c7137793a754500e65ffd7477e88ff7a06ac53 (patch) | |
tree | bd925d53b5a56881d18993a958bdad3452d8d6ef /include/linux/i2c-pca-platform.h | |
parent | 79fc540fd543f47e77e1c7d407f2c082872a4625 (diff) | |
download | lwn-e5c7137793a754500e65ffd7477e88ff7a06ac53.tar.gz lwn-e5c7137793a754500e65ffd7477e88ff7a06ac53.zip |
i2c: pca-platform: move header to platform_data
This header only contains platform_data. Move it to the proper directory.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'include/linux/i2c-pca-platform.h')
-rw-r--r-- | include/linux/i2c-pca-platform.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/i2c-pca-platform.h b/include/linux/i2c-pca-platform.h deleted file mode 100644 index c37329432a8e..000000000000 --- a/include/linux/i2c-pca-platform.h +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef I2C_PCA9564_PLATFORM_H -#define I2C_PCA9564_PLATFORM_H - -struct i2c_pca9564_pf_platform_data { - int i2c_clock_speed; /* values are defined in linux/i2c-algo-pca.h */ - int timeout; /* timeout in jiffies */ -}; - -#endif /* I2C_PCA9564_PLATFORM_H */ |