diff options
author | Albin Tonnerre <[email protected]> | 2009-08-06 15:09:32 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-08-07 10:39:56 -0700 |
commit | 9e5cf0ca2e9b65110ae5f094d7f0f7165cd1bbbb (patch) | |
tree | bcbe47f04c7dab0821a8053517e864c1802039ad /net/lapb/lapb_iface.c | |
parent | b1af4315d823a2b6659c5b14bc17f7bc61878ef4 (diff) |
lib/decompress_*: only include <linux/slab.h> if STATIC is not defined
These includes were added by 079effb6933f34b9b1b67b08bd4fd7fb672d16ef
("kmemtrace, kbuild: fix slab.h dependency problem in
lib/decompress_inflate.c") to fix the build when using kmemtrace. However
this is not necessary when used to create a compressed kernel, and
actually creates issues (brings a lot of things unavailable in the
decompression environment), so don't include it if STATIC is defined.
Signed-off-by: Albin Tonnerre <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Russell King <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Eduard - Gabriel Munteanu <[email protected]>
Cc: Phillip Lougher <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions