Commit 2125b8a4 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Dave Airlie

drm/ttm: using kmalloc/kfree requires including slab.h

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 4cdc840a
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment