diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2015-07-13 14:13:46 -0300 |
---|---|---|
committer | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2015-07-14 09:40:10 -0300 |
commit | 9ca8a1bade2a4d267857ecb5f107f207a6ca3107 (patch) | |
tree | 2a000533462757f2b441b37ede1c895f78f6b85d /tests/pm_rpm.c | |
parent | b81f7db593a74daeb8c8e4216743fa985a7c03de (diff) |
pm_rpm: remove pm_status_fd declaration
This was forgotten since we moved some code to igt_aux.c a long time
ago.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Diffstat (limited to 'tests/pm_rpm.c')
-rw-r--r-- | tests/pm_rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c index 238a6e31..eafbb564 100644 --- a/tests/pm_rpm.c +++ b/tests/pm_rpm.c @@ -88,7 +88,7 @@ enum plane_type { #define WAIT_EXTRA 4 #define USE_DPMS 8 -int drm_fd, msr_fd, pm_status_fd, pc8_status_fd; +int drm_fd, msr_fd, pc8_status_fd; bool has_runtime_pm, has_pc8; struct mode_set_data ms_data; |