diff options
author | Ira W. Snyder <[email protected]> | 2010-09-09 16:37:58 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-09-09 18:57:24 -0700 |
commit | 94131e174fedd9f3f9bb148cee4be12f2d46d68e (patch) | |
tree | 25cfaeb07bd63f19f776bd34e8633e9f7f8a544e | |
parent | 408929bed7841686ce5fdd06366fb652cb653d6c (diff) |
arch/powerpc/include/asm/fsldma.h needs slab.h
The slab.h header is required to use the kmalloc() family of functions.
Due to recent kernel changes, this header must be directly included by
code that calls into the memory allocator.
Without this patch, any code which includes this header fails to build.
Signed-off-by: Ira W. Snyder <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | arch/powerpc/include/asm/fsldma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsldma.h b/arch/powerpc/include/asm/fsldma.h index a67aeed17d40..debc5ed96d6e 100644 --- a/arch/powerpc/include/asm/fsldma.h +++ b/arch/powerpc/include/asm/fsldma.h @@ -11,6 +11,7 @@ #ifndef __ARCH_POWERPC_ASM_FSLDMA_H__ #define __ARCH_POWERPC_ASM_FSLDMA_H__ +#include <linux/slab.h> #include <linux/dmaengine.h> /* |