iris: Drop dead drm_ioctl prototype

We now use intel_ioctl instead.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12206>
This commit is contained in:
Kenneth Graunke 2021-07-21 22:44:43 -07:00 committed by Marge Bot
parent 0707a1d842
commit a6176881a6

View file

@ -410,8 +410,6 @@ uint32_t iris_bo_export_gem_handle(struct iris_bo *bo);
int iris_reg_read(struct iris_bufmgr *bufmgr, uint32_t offset, uint64_t *out);
int drm_ioctl(int fd, unsigned long request, void *arg);
/**
* Returns the BO's address relative to the appropriate base address.
*