diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-01-10 20:16:43 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2020-01-13 10:50:00 +0300 |
commit | 6b49d4fbcbc2ad98c234da2b344865508eed7bf4 (patch) | |
tree | 40a5ab23ee2182aea6fd1eef2f7eb57ec3578000 /arch/arm/mach-davinci/devices-da8xx.c | |
parent | 20eb43540bd05fce8655747bec3af950eccc7eb0 (diff) | |
download | linux-6b49d4fbcbc2ad98c234da2b344865508eed7bf4.tar.xz |
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/devices-da8xx.c')
-rw-r--r-- | arch/arm/mach-davinci/devices-da8xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index 2d69e704f7f6..feb206bdf6e1 100644 --- a/arch/arm/mach-davinci/devices-da8xx.c +++ b/arch/arm/mach-davinci/devices-da8xx.c @@ -21,7 +21,6 @@ #include <mach/common.h> #include <mach/cputype.h> #include <mach/da8xx.h> -#include <mach/time.h> #include "asp.h" #include "cpuidle.h" |