diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-17 10:30:02 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 19:18:45 +0300 |
commit | 0d07c1cba36e58033c502e29ddb65d2c9a51fcab (patch) | |
tree | a7d55e672fba4e2e286fd0dbc83d2c258f76c073 /arch/arm/mach-omap2/common-board-devices.h | |
parent | cb6675d6a868215a778752318668ab98dfd7738c (diff) | |
download | linux-0d07c1cba36e58033c502e29ddb65d2c9a51fcab.tar.xz |
ARM: OMAP2+: Remove legacy twl4030 platform init code
This code is no longer used and can be removed as we
are using device tree.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common-board-devices.h')
-rw-r--r-- | arch/arm/mach-omap2/common-board-devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common-board-devices.h b/arch/arm/mach-omap2/common-board-devices.h index 07c88ae083fb..a17b1254e82a 100644 --- a/arch/arm/mach-omap2/common-board-devices.h +++ b/arch/arm/mach-omap2/common-board-devices.h @@ -3,7 +3,6 @@ #include <sound/tlv320aic3x.h> #include <linux/mfd/menelaus.h> -#include "twl-common.h" #define NAND_BLOCK_SIZE SZ_128K |