From 247747ff1880dcd8f6be5dd1f4c1618a9fa26ae5 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:20:27 -0400 Subject: [PATCH] drm: Add export.h for EXPORT_SYMBOL to ttm/ttm_tt.c This exports symbols, but wasn't calling out the module.h header before. Add in export.h so that it still builds once we halt the spread of module.h to every file. Signed-off-by: Paul Gortmaker --- drivers/gpu/drm/ttm/ttm_tt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt.c index 58c271ebc0f7..f9cc548d6d98 100644 --- a/drivers/gpu/drm/ttm/ttm_tt.c +++ b/drivers/gpu/drm/ttm/ttm_tt.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "drm_cache.h" #include "drm_mem_util.h" #include "ttm/ttm_module.h" -- 2.39.5