]> git.baikalelectronics.ru Git - kernel.git/commit
Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 13 Jan 2011 01:01:15 +0000 (17:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:23 +0000 (08:03 -0800)
commitc23e861e803c2bfbf22ca8f90a111393f3159c1a
tree9345fc087fab818c36bf348a563ba1f83c350bda
parentc7d54412a3d3e8ccdec61649e46cf1d3533f11bb
Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>

Currently users of mm.h need to include <linux/slab.h> to use the macros
malloc() and free() provided by mm.h.  This fixes it.

Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Alain Knaff <alain@knaff.lu>
Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Phillip Lougher <phillip@lougher.demon.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/decompress/mm.h
lib/decompress_bunzip2.c
lib/decompress_inflate.c
lib/decompress_unlzma.c
lib/decompress_unlzo.c