OSDN Git Service

drm/i915/gt: Remove unused function 'dword_in_page'
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 9 Jan 2021 16:34:53 +0000 (16:34 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 9 Jan 2021 18:29:06 +0000 (18:29 +0000)
commita42f4dd2bf6c525131cabe73bd01dcbe4041a825
tree0a139ebea3a09f550ffb0cb1dc721acd728ec18f
parent9a437ccb84f09dee148570ca29e0c3b318764098
drm/i915/gt: Remove unused function 'dword_in_page'

>> drivers/gpu/drm/i915/gt/intel_lrc.c:17:28: error: unused function 'dword_in_page' [-Werror,-Wunused-function]
   static inline unsigned int dword_in_page(void *addr)

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210109163455.28466-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c