Skip to content

Commit

Permalink
ARM: OMAP2+: Remove legacy twl4030 platform init code
Browse files Browse the repository at this point in the history
This code is no longer used and can be removed as we
are using device tree.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Nov 10, 2016
1 parent cb6675d commit 0d07c1c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 125 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ obj-y += $(nand-m) $(nand-y)
smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o
obj-y += $(smsc911x-m) $(smsc911x-y)

obj-y += common-board-devices.o twl-common.o dss-common.o
obj-y += common-board-devices.o dss-common.o
1 change: 0 additions & 1 deletion arch/arm/mach-omap2/common-board-devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <sound/tlv320aic3x.h>
#include <linux/mfd/menelaus.h>
#include "twl-common.h"

#define NAND_BLOCK_SIZE SZ_128K

Expand Down
81 changes: 0 additions & 81 deletions arch/arm/mach-omap2/twl-common.c

This file was deleted.

42 changes: 0 additions & 42 deletions arch/arm/mach-omap2/twl-common.h

This file was deleted.

0 comments on commit 0d07c1c

Please sign in to comment.