diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-04-19 23:00:10 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-05-17 17:27:58 +0300 |
commit | 79fc540fd543f47e77e1c7d407f2c082872a4625 (patch) | |
tree | 1868bca7b53eb111aaa15d543e958f38c88bc9fe /arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
parent | 985ecf00375bde7d80be03a749f5b94d5ba77ac8 (diff) | |
download | linux-79fc540fd543f47e77e1c7d407f2c082872a4625.tar.xz |
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/omap_hwmod_44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index e4f8ae9cd637..9e4b4243fec7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -23,7 +23,7 @@ #include <linux/io.h> #include <linux/platform_data/hsmmc-omap.h> #include <linux/power/smartreflex.h> -#include <linux/i2c-omap.h> +#include <linux/platform_data/i2c-omap.h> #include <linux/omap-dma.h> |