]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/gpu/drm/ttm/ttm_page_alloc.c
drm/ttm: using kmalloc/kfree requires including slab.h
[net-next-2.6.git] / drivers / gpu / drm / ttm / ttm_page_alloc.c
index 2ad2dc9d36927fe0cdb16b56d06e5ca80be74c17..0d9a42c2394f79983344cd8bd21d99204a288109 100644 (file)
@@ -37,6 +37,7 @@
 #include <linux/module.h>
 #include <linux/mm.h>
 #include <linux/seq_file.h> /* for seq_printf */
+#include <linux/slab.h>
 
 #include <asm/atomic.h>
 #include <asm/agp.h>