Skip to content

Commit

Permalink
ARM: OMAP2+: Remove legacy serial.c
Browse files Browse the repository at this point in the history
We can now initialize the UARTs using device tree.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Nov 10, 2016
1 parent 195c7a5 commit f3b78f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 333 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ccflags-y := -I$(srctree)/$(src)/include \
-I$(srctree)/arch/arm/plat-omap/include

# Common support
obj-y := id.o io.o control.o mux.o devices.o fb.o serial.o timer.o pm.o \
obj-y := id.o io.o control.o mux.o devices.o fb.o timer.o pm.o \
common.o gpio.o dma.o wd_timer.o display.o i2c.o hdq1w.o omap_hwmod.o \
omap_device.o omap-headsmp.o sram.o drm.o

Expand Down
332 changes: 0 additions & 332 deletions arch/arm/mach-omap2/serial.c

This file was deleted.

0 comments on commit f3b78f7

Please sign in to comment.