]> git.baikalelectronics.ru Git - kernel.git/commit
arch/powerpc/include/asm/fsldma.h needs slab.h
authorIra W. Snyder <iws@ovro.caltech.edu>
Thu, 9 Sep 2010 23:37:58 +0000 (16:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Sep 2010 01:57:24 +0000 (18:57 -0700)
commit93c783075c602f073197f51d8f69009875a2c419
tree25cfaeb07bd63f19f776bd34e8633e9f7f8a544e
parentc9b039ade2e261df9e076067653e73b28054c40b
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 <iws@ovro.caltech.edu>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/include/asm/fsldma.h