mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 01:57:59 +00:00
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>
This commit is contained in:
parent
985ecf0037
commit
79fc540fd5
@ -10245,7 +10245,7 @@ F: arch/arm/mach-omap1/
|
|||||||
F: arch/arm/plat-omap/
|
F: arch/arm/plat-omap/
|
||||||
F: arch/arm/configs/omap1_defconfig
|
F: arch/arm/configs/omap1_defconfig
|
||||||
F: drivers/i2c/busses/i2c-omap.c
|
F: drivers/i2c/busses/i2c-omap.c
|
||||||
F: include/linux/i2c-omap.h
|
F: include/linux/platform_data/i2c-omap.h
|
||||||
|
|
||||||
OMAP2+ SUPPORT
|
OMAP2+ SUPPORT
|
||||||
M: Tony Lindgren <tony@atomide.com>
|
M: Tony Lindgren <tony@atomide.com>
|
||||||
@ -10277,7 +10277,7 @@ F: drivers/regulator/tps65218-regulator.c
|
|||||||
F: drivers/regulator/tps65910-regulator.c
|
F: drivers/regulator/tps65910-regulator.c
|
||||||
F: drivers/regulator/twl-regulator.c
|
F: drivers/regulator/twl-regulator.c
|
||||||
F: drivers/regulator/twl6030-regulator.c
|
F: drivers/regulator/twl6030-regulator.c
|
||||||
F: include/linux/i2c-omap.h
|
F: include/linux/platform_data/i2c-omap.h
|
||||||
|
|
||||||
ONION OMEGA2+ BOARD
|
ONION OMEGA2+ BOARD
|
||||||
M: Harvey Hunt <harveyhuntnexus@gmail.com>
|
M: Harvey Hunt <harveyhuntnexus@gmail.com>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#define __ARCH_ARM_MACH_OMAP1_COMMON_H
|
#define __ARCH_ARM_MACH_OMAP1_COMMON_H
|
||||||
|
|
||||||
#include <linux/mtd/mtd.h>
|
#include <linux/mtd/mtd.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <linux/reboot.h>
|
#include <linux/reboot.h>
|
||||||
|
|
||||||
#include <asm/exception.h>
|
#include <asm/exception.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <mach/mux.h>
|
#include <mach/mux.h>
|
||||||
#include "soc.h"
|
#include "soc.h"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include <linux/mfd/twl.h>
|
#include <linux/mfd/twl.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <linux/reboot.h>
|
#include <linux/reboot.h>
|
||||||
#include <linux/irqchip/irq-omap-intc.h>
|
#include <linux/irqchip/irq-omap-intc.h>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* XXX these should be marked initdata for multi-OMAP kernels
|
* XXX these should be marked initdata for multi-OMAP kernels
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <linux/omap-dma.h>
|
#include <linux/omap-dma.h>
|
||||||
|
|
||||||
#include "omap_hwmod.h"
|
#include "omap_hwmod.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* XXX these should be marked initdata for multi-OMAP kernels
|
* XXX these should be marked initdata for multi-OMAP kernels
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <linux/platform_data/hsmmc-omap.h>
|
#include <linux/platform_data/hsmmc-omap.h>
|
||||||
#include <linux/omap-dma.h>
|
#include <linux/omap-dma.h>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
|
|
||||||
#include "omap_hwmod.h"
|
#include "omap_hwmod.h"
|
||||||
#include "omap_hwmod_common_data.h"
|
#include "omap_hwmod_common_data.h"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* XXX these should be marked initdata for multi-OMAP kernels
|
* XXX these should be marked initdata for multi-OMAP kernels
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <linux/power/smartreflex.h>
|
#include <linux/power/smartreflex.h>
|
||||||
#include <linux/platform_data/hsmmc-omap.h>
|
#include <linux/platform_data/hsmmc-omap.h>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/platform_data/hsmmc-omap.h>
|
#include <linux/platform_data/hsmmc-omap.h>
|
||||||
#include <linux/power/smartreflex.h>
|
#include <linux/power/smartreflex.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
|
|
||||||
#include <linux/omap-dma.h>
|
#include <linux/omap-dma.h>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/platform_data/hsmmc-omap.h>
|
#include <linux/platform_data/hsmmc-omap.h>
|
||||||
#include <linux/power/smartreflex.h>
|
#include <linux/power/smartreflex.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
|
|
||||||
#include <linux/omap-dma.h>
|
#include <linux/omap-dma.h>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/platform_data/hsmmc-omap.h>
|
#include <linux/platform_data/hsmmc-omap.h>
|
||||||
#include <linux/power/smartreflex.h>
|
#include <linux/power/smartreflex.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
|
|
||||||
#include <linux/omap-dma.h>
|
#include <linux/omap-dma.h>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/i2c-omap.h>
|
#include <linux/platform_data/i2c-omap.h>
|
||||||
#include <linux/pm_runtime.h>
|
#include <linux/pm_runtime.h>
|
||||||
#include <linux/pinctrl/consumer.h>
|
#include <linux/pinctrl/consumer.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user