From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:20:27 +0000 (-0400) Subject: drm: Add export.h for EXPORT_SYMBOL to ttm/ttm_tt.c X-Git-Tag: next-20110812~2^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d3ec111d86dd504efca00cbea838dc433bd52615;p=karo-tx-linux.git 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 --- 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"