summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAbdiel Janulgue <abdiel.janulgue@linux.intel.com>2016-11-16 21:38:20 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2016-11-29 11:32:44 +0000
commitd529a5748f28bafd2aa74a1166e391c9468bf49d (patch)
treef16821dc6c578379ac7f685bbeba43433cba1cd5 /tests
parentf2428552bbc43f8aa5714554b6cdf162d21e5303 (diff)
lib: Make signal helper definitions reusable
Lots of test cases are re-declaring this. v2: Remove definition in benchmarks/gem_syslatency.c Signed-off-by: Abdiel Janulgue <abdiel.janulgue@linux.intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/drv_hangman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/drv_hangman.c b/tests/drv_hangman.c
index f80d65d7..db0a0778 100644
--- a/tests/drv_hangman.c
+++ b/tests/drv_hangman.c
@@ -293,7 +293,6 @@ static void test_error_state_capture(unsigned ring_id,
* case and it takes a lot more time to wrap, so the acthd can potentially keep
* increasing for a long time
*/
-#define NSEC_PER_SEC 1000000000LL
static void hangcheck_unterminated(void)
{
int fd;