aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-04-07 18:42:04 -0400
committerDave Airlie <airlied@redhat.com>2010-04-07 20:08:03 -0400
commit4cdc840a371bbaf635b1d47bd8bf67a0b804538e (patch)
treece7d4fc163240573474fa01d1966f3ba2307b6ff /drivers/gpu/drm/ttm/ttm_page_alloc.c
parentc96af79e3463d5d3f865625baa8bb8aa4c0944a0 (diff)
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 <mattst88@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_page_alloc.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_page_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c
index 6ca9b27e33d..2ad2dc9d369 100644
--- a/drivers/gpu/drm/ttm/ttm_page_alloc.c
+++ b/drivers/gpu/drm/ttm/ttm_page_alloc.c
@@ -36,6 +36,7 @@
36#include <linux/mm_types.h> 36#include <linux/mm_types.h>
37#include <linux/module.h> 37#include <linux/module.h>
38#include <linux/mm.h> 38#include <linux/mm.h>
39#include <linux/seq_file.h> /* for seq_printf */
39 40
40#include <asm/atomic.h> 41#include <asm/atomic.h>
41#include <asm/agp.h> 42#include <asm/agp.h>