From: Matt Turner Date: Wed, 7 Apr 2010 22:42:04 +0000 (+0000) Subject: drm/ttm: include linux/seq_file.h for seq_printf X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4cdc840a371bbaf635b1d47bd8bf67a0b804538e;p=deliverable%2Flinux.git drm/ttm: include linux/seq_file.h for seq_printf Fixes drivers/gpu/drm/ttm/ttm_page_alloc.c: In function 'ttm_page_alloc_debugfs': drivers/gpu/drm/ttm/ttm_page_alloc.c:829: error: implicit declaration of function 'seq_printf' Signed-off-by: Matt Turner Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c index 6ca9b27e33d5..2ad2dc9d3692 100644 --- a/drivers/gpu/drm/ttm/ttm_page_alloc.c +++ b/drivers/gpu/drm/ttm/ttm_page_alloc.c @@ -36,6 +36,7 @@ #include #include #include +#include /* for seq_printf */ #include #include