aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2018-04-19 22:00:11 +0200
committerWolfram Sang <wsa@the-dreams.de>2018-05-17 16:27:58 +0200
commite5c7137793a754500e65ffd7477e88ff7a06ac53 (patch)
treebd925d53b5a56881d18993a958bdad3452d8d6ef /arch/sh/boards
parenti2c: omap: move header to platform_data (diff)
downloadlinux-dev-e5c7137793a754500e65ffd7477e88ff7a06ac53.tar.xz
linux-dev-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 'arch/sh/boards')
-rw-r--r--arch/sh/boards/board-sh7785lcr.c2
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>