summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-09-03 14:01:34 +0100
committerJon Medhurst <tixy@linaro.org>2013-10-28 15:03:18 -0700
commit7299fd1467ea7c6e0b609080fc68de05b36e8f3a (patch)
tree77c16ad5fca5a52fb177cd7f8205877ec08097c4 /drivers
parent763122c0a2cccd3893749d491f624a0286b992db (diff)
gator: Fixups for Linux 13.12
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gator/Kconfig1
-rw-r--r--drivers/gator/gator_main.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gator/Kconfig b/drivers/gator/Kconfig
index 7ea0fcc3d01d..a05ea118e0a5 100644
--- a/drivers/gator/Kconfig
+++ b/drivers/gator/Kconfig
@@ -3,7 +3,6 @@ config GATOR
default m if (ARM || ARM64)
depends on PROFILING
depends on HIGH_RES_TIMERS
- depends on LOCAL_TIMERS || !(ARM && SMP)
select TRACING
config GATOR_WITH_MALI_SUPPORT
diff --git a/drivers/gator/gator_main.c b/drivers/gator/gator_main.c
index e0db65596697..6a0f2c0eea6c 100644
--- a/drivers/gator/gator_main.c
+++ b/drivers/gator/gator_main.c
@@ -45,7 +45,7 @@ static unsigned long gator_protocol_version = 16;
#endif
#if defined(__arm__) && defined(CONFIG_SMP) && !defined(CONFIG_LOCAL_TIMERS)
-#error gator requires the kernel to have CONFIG_LOCAL_TIMERS defined on SMP systems
+//#error gator requires the kernel to have CONFIG_LOCAL_TIMERS defined on SMP systems
#endif
#if (GATOR_PERF_SUPPORT) && (!(GATOR_PERF_PMU_SUPPORT))