diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-17 10:06:54 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 18:53:30 +0300 |
commit | 65fa3e719f36faf511f2da9063a415060e565b5d (patch) | |
tree | 8c7e751f1690e12154497fc44f67071eef67756a /arch/arm/plat-omap/Makefile | |
parent | f3b78f7289552c40f17f5d4e134a1d929997ad55 (diff) | |
download | linux-65fa3e719f36faf511f2da9063a415060e565b5d.tar.xz |
ARM: OMAP2+: Remove legacy i2c.c platform init code
We can now initialize I2C for mach-omap2 using device tree. And we
can move the remaining code in plat-omap/i2c.c into mach-omap1/i2c.c.
Note that we cannot remove some of the I2C bus reset functions
as they are being used by hwmod code.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Makefile')
-rw-r--r-- | arch/arm/plat-omap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index 97a50e8883f9..47e186729d44 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile @@ -11,6 +11,3 @@ obj-y := sram.o dma.o counter_32k.o obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o -i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o -obj-y += $(i2c-omap-m) $(i2c-omap-y) - |