From 471ce7663d57ba7d2135ad9eb9e68f571c698626 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 17 Dec 2016 11:56:13 +0000 Subject: tests/perf: Remove duplicate NSEC_PER_SEC define Signed-off-by: Chris Wilson --- tests/perf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/perf.c') diff --git a/tests/perf.c b/tests/perf.c index d630aa0c..87df9f00 100644 --- a/tests/perf.c +++ b/tests/perf.c @@ -71,8 +71,6 @@ IGT_TEST_DESCRIPTION("Test the i915 perf metrics streaming interface"); #define PIPE_CONTROL_PPGTT_WRITE (0 << 2) #define PIPE_CONTROL_GLOBAL_GTT_WRITE (1 << 2) -#define NSEC_PER_SEC 1000000000ull - /* Temporarily copy i915-perf uapi here to avoid a dependency on libdrm's * i915_drm.h copy being updated with the i915-perf interface before this * test can land in i-g-t. -- cgit v1.2.3