diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-04-19 23:00:11 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-05-17 17:27:58 +0300 |
commit | e5c7137793a754500e65ffd7477e88ff7a06ac53 (patch) | |
tree | bd925d53b5a56881d18993a958bdad3452d8d6ef /arch/sh | |
parent | 79fc540fd543f47e77e1c7d407f2c082872a4625 (diff) | |
download | linux-e5c7137793a754500e65ffd7477e88ff7a06ac53.tar.xz |
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 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-sh7785lcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-sh7785lcr.c b/arch/sh/boards/board-sh7785lcr.c index d7d232dea33e..3cba60ff7aab 100644 --- a/arch/sh/boards/board-sh7785lcr.c +++ b/arch/sh/boards/board-sh7785lcr.c @@ -17,7 +17,7 @@ #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/i2c.h> -#include <linux/i2c-pca-platform.h> +#include <linux/platform_data/i2c-pca-platform.h> #include <linux/i2c-algo-pca.h> #include <linux/usb/r8a66597.h> #include <linux/sh_intc.h> |