diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-01-10 18:16:43 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2020-01-13 13:20:00 +0530 |
commit | 6b49d4fbcbc2ad98c234da2b344865508eed7bf4 (patch) | |
tree | 40a5ab23ee2182aea6fd1eef2f7eb57ec3578000 /arch/arm/mach-davinci/Makefile | |
parent | 20eb43540bd05fce8655747bec3af950eccc7eb0 (diff) |
ARM: davinci: remove legacy timer support
All platforms have now been switched to the new clocksource driver.
Remove the old code and various no longer needed bits and pieces.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r-- | arch/arm/mach-davinci/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile index a03d8443ef08..58838a9de651 100644 --- a/arch/arm/mach-davinci/Makefile +++ b/arch/arm/mach-davinci/Makefile @@ -7,8 +7,7 @@ ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include # Common objects -obj-y := time.o serial.o usb.o \ - common.o sram.o +obj-y := serial.o usb.o common.o sram.o obj-$(CONFIG_DAVINCI_MUX) += mux.o |