From: Lucas De Marchi Date: Thu, 7 Oct 2021 23:32:10 +0000 (-0700) Subject: drm/i915/gt: include tsc.h where used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa5e9f98113bf3808beb65c8b0ad452fd94cf797;p=linux.git drm/i915/gt: include tsc.h where used We are currently using tsc_khz as a fallback so add the right include. For other architectures we may need to add a different fallback, but this is not being used by dgfx so we may as well just paper it over. Signed-off-by: Lucas De Marchi Reviewed-by: José Roberto de Souza Link: https://patchwork.freedesktop.org/patch/msgid/20211007233212.3896460-2-lucas.demarchi@intel.com --- diff --git a/drivers/gpu/drm/i915/gt/intel_llc.c b/drivers/gpu/drm/i915/gt/intel_llc.c index eb1a15deed222..d6c6b8b0a1e63 100644 --- a/drivers/gpu/drm/i915/gt/intel_llc.c +++ b/drivers/gpu/drm/i915/gt/intel_llc.c @@ -3,6 +3,7 @@ * Copyright © 2019 Intel Corporation */ +#include #include #include "i915_drv.h"