diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt.c index 1c397b4a5f9d..b714a9f1aefc 100644 --- a/drivers/gpu/drm/ttm/ttm_tt.c +++ b/drivers/gpu/drm/ttm/ttm_tt.c @@ -37,7 +37,9 @@ #include #include #include +#ifndef __GENKSYMS__ #include +#endif #include #include "ttm_module.h"