Re: [Intel-gfx] [PATCH] i915: remove timespec_to_jiffies_timeout

2018-06-18 Thread Daniel Vetter
On Mon, Jun 18, 2018 at 05:38:43PM +0200, Arnd Bergmann wrote: > This function has been unused since commit 5ed0bdf21a85 ("drm: i915: > Use nsec based interfaces"). Let's remove the definition as well now > to help get rid of all uses of 'timespec'. > > Signed-off-by: Arnd Bergmann Applied, than

[PATCH] i915: remove timespec_to_jiffies_timeout

2018-06-18 Thread Arnd Bergmann
This function has been unused since commit 5ed0bdf21a85 ("drm: i915: Use nsec based interfaces"). Let's remove the definition as well now to help get rid of all uses of 'timespec'. Signed-off-by: Arnd Bergmann --- drivers/gpu/drm/i915/i915_drv.h | 8 1 file changed, 8 deletions(-) diff