diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-04-19 22:00:10 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-05-17 16:27:58 +0200 |
commit | 79fc540fd543f47e77e1c7d407f2c082872a4625 (patch) | |
tree | 1868bca7b53eb111aaa15d543e958f38c88bc9fe /arch/arm/mach-omap2/common.h | |
parent | i2c: ocores: move header to platform_data (diff) | |
download | linux-79fc540fd543f47e77e1c7d407f2c082872a4625.tar.xz linux-79fc540fd543f47e77e1c7d407f2c082872a4625.zip |
i2c: omap: 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>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index fbe0b78bf489..ed1a7e2f176a 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -30,7 +30,7 @@ #include <linux/delay.h> #include <linux/i2c.h> #include <linux/mfd/twl.h> -#include <linux/i2c-omap.h> +#include <linux/platform_data/i2c-omap.h> #include <linux/reboot.h> #include <linux/irqchip/irq-omap-intc.h> |