tests/gem_exec_parse: fixups for the recent massive refactoring
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Mar 2014 13:23:20 +0000 (14:23 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Mar 2014 13:23:59 +0000 (14:23 +0100)
I think we might have some use for a do_ioctl_expected_errno or some
such thing. But that's for later.

Cc: Brad Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/gem_exec_parse.c

index 455bfbf..34d097d 100644 (file)
 #include <stdlib.h>
 #include <stdint.h>
 #include <stdio.h>
-#include "drm.h"
-#include "i915_drm.h"
+#include <errno.h>
+
+#include <drm.h>
+
 #include "drmtest.h"
+#include "ioctl_wrappers.h"
 
 #ifndef I915_PARAM_CMD_PARSER_VERSION
 #define I915_PARAM_CMD_PARSER_VERSION       28