From: Uwe Kleine-König Date: Thu, 4 Feb 2010 09:23:58 +0000 (+0100) Subject: ARM: remove bit-rotten STANDALONE_DEBUG for decompressor X-Git-Tag: v2.6.36-rc1~591^2^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7179304bfcffbbc66ca8a8498d92e023833b017d;p=pandora-kernel.git ARM: remove bit-rotten STANDALONE_DEBUG for decompressor I tried to get this running to debug the regression introduced by e7db7b4 without success. But this has several problems that make it hard to fix: - lib/decompress_inflate.c includes in-kernel headers that make it difficult to compile for user space. - the binary formats changed both in kernel and user space and at least for the kernel side there isn't only a single variant. Signed-off-by: Uwe Kleine-König Acked-by: Nicolas Pitre --- Reading git-diff-tree failed