projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdc840
)
drm/ttm: using kmalloc/kfree requires including slab.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 8 Apr 2010 03:42:03 +0000
(13:42 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 8 Apr 2010 03:42:03 +0000
(13:42 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_page_alloc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/ttm/ttm_page_alloc.c
b/drivers/gpu/drm/ttm/ttm_page_alloc.c
index 2ad2dc9d36927fe0cdb16b56d06e5ca80be74c17..0d9a42c2394f79983344cd8bd21d99204a288109 100644
(file)
--- a/
drivers/gpu/drm/ttm/ttm_page_alloc.c
+++ b/
drivers/gpu/drm/ttm/ttm_page_alloc.c
@@
-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>